Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Tielen committed May 17, 2017
1 parent a0bb49e commit c885202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lqc/fsm/command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ local deep_copy = require 'lqc.helpers.deep_copy'
-- @return string representation of the command
local function stringify(cmd)
local result = {
'{ call, ',
cmd.state_name,
'{ call, ', cmd.state_name,
}

local size_result = #result
Expand Down

0 comments on commit c885202

Please sign in to comment.