Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tsj committed Sep 17, 2017
1 parent 0db947a commit 03c768b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Use following test frameworks or extensions instead.
# reported
func(foo: 0123456789, bar: "abcdefg")
end

assert do
# won't be reported
func(foo: 0123456789,
Expand All @@ -41,7 +41,7 @@ Use following test frameworks or extensions instead.
# reported
val == true
end

assert do
# won't be reported
val
Expand All @@ -52,12 +52,12 @@ Use following test frameworks or extensions instead.
end
foo = Foo.new
foo.val = false

assert do
# reported (only the value of "foo" and the literal "true")
foo.val == true
end

assert do
# won't be reported
foo.val
Expand Down

0 comments on commit 03c768b

Please sign in to comment.