Skip to content

Commit 03c768b

Browse files
committed
Remove trailing spaces
1 parent 0db947a commit 03c768b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Use following test frameworks or extensions instead.
2929
# reported
3030
func(foo: 0123456789, bar: "abcdefg")
3131
end
32-
32+
3333
assert do
3434
# won't be reported
3535
func(foo: 0123456789,
@@ -41,7 +41,7 @@ Use following test frameworks or extensions instead.
4141
# reported
4242
val == true
4343
end
44-
44+
4545
assert do
4646
# won't be reported
4747
val
@@ -52,12 +52,12 @@ Use following test frameworks or extensions instead.
5252
end
5353
foo = Foo.new
5454
foo.val = false
55-
55+
5656
assert do
5757
# reported (only the value of "foo" and the literal "true")
5858
foo.val == true
5959
end
60-
60+
6161
assert do
6262
# won't be reported
6363
foo.val

0 commit comments

Comments
 (0)