Skip to content

Commit

Permalink
Fix extraneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Aug 25, 2013
1 parent aa6b088 commit 5f0d74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proper.erl
Expand Up @@ -1105,7 +1105,7 @@ cook_test({spec,MFA}, #opts{spec_timeout = SpecTimeout, false_positive_mfas = Fa
case proper_typeserver:create_spec_test(MFA, SpecTimeout, FalsePositiveMFAs) of
{ok,Test} ->
Test;
{error,Reason} ->
{error,Reason} ->
?FORALL(_, dummy, throw({'$typeserver',Reason}))
end.

Expand Down

0 comments on commit 5f0d74c

Please sign in to comment.