Skip to content

Commit

Permalink
Remove useless parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Apr 26, 2011
1 parent 47eccd3 commit 6f2dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fancy_spec.fy
Expand Up @@ -60,7 +60,7 @@ class FancySpec {
@@failed_negative = []

def SpecTest failed_test: actual_and_expected {
@@failed_positive << [actual_and_expected, (caller(6) at: 0)]
@@failed_positive << [actual_and_expected, caller(6) at: 0]
}

def SpecTest failed_negative_test: value {
Expand Down

0 comments on commit 6f2dc39

Please sign in to comment.