Skip to content

Commit 552670e

Browse files
RuboCop.
1 parent e6ea779 commit 552670e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/protocol/rack/body/streaming.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
end
7070

7171
it "does not fail if wrapped body does not respond to close" do
72-
wrapped_body = proc { |stream| stream.write("Hello") }
72+
wrapped_body = proc{|stream| stream.write("Hello")}
7373

7474
body = subject.new(wrapped_body)
7575
body.close

0 commit comments

Comments
 (0)