Commit fb60c618 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Use &. because rubocop. Seriously I don't think this makes sense

parent ed8afea9
......@@ -14,7 +14,7 @@ module Gitlab
def initialize
@stream = yield
@stream.binmode if @stream
@stream&.binmode
end
def valid?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment