Skip to content

Commit 3bdd372

Browse files
committed
removing whitespace errors
1 parent a109bb9 commit 3bdd372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/consumer_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def run
1313
self.class.ran << self
1414
end
1515
end
16-
16+
1717
before do
1818
Actionable.ran.clear
1919
end
@@ -28,7 +28,7 @@ def run
2828
assert_raises Timeout::Error do
2929
Timeout.timeout(1) { c.consume }
3030
end
31-
31+
3232
assert_equal 1, Actionable.ran.length
3333
assert q.empty?
3434
end

0 commit comments

Comments
 (0)