Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Fix for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mocoso committed Jul 13, 2009
1 parent aed0142 commit c021e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Support/spec/fixtures/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
input: |
def foo
bar first_arg,
second_arg
second_arg,
[
1,
2,
Expand All @@ -336,7 +336,7 @@
output: |
def foo
bar first_arg,
second_arg
second_arg,
[
1,
2,
Expand Down

0 comments on commit c021e7e

Please sign in to comment.