Skip to content

Commit 58e0ec4

Browse files
committed
RuboCop.
1 parent 3a6f404 commit 58e0ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol/rack/body/enumerable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
# Consume the body
9191
chunks = []
92-
wrapped.each { |chunk| chunks << chunk }
92+
wrapped.each{|chunk| chunks << chunk}
9393

9494
# The close callback should have been called
9595
expect(closed).to be == true

0 commit comments

Comments
 (0)