Skip to content

Commit 657e08c

Browse files
committed
White space fix
1 parent a3e90d9 commit 657e08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/code/food_fsm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ prop_doesnt_run_out_of_supplies() ->
255255
proper_fsm:run_commands(?MODULE, Cmds),
256256
stop(),
257257
?WHENFAIL(
258-
io:format("History: ~w~nState: ~w\nResult: ~w~n",
258+
io:format("History: ~w~nState: ~w~nResult: ~w~n",
259259
[History, State, Result]),
260260
aggregate(zip(proper_fsm:state_names(History),
261261
command_names(Cmds)),

0 commit comments

Comments
 (0)