lib/gitlab/cli.rb in gitlab-3.5.0 vs lib/gitlab/cli.rb in gitlab-3.6.0
- old
+ new
@@ -77,10 +77,10 @@
end
end
# Helper method that checks whether we want to get the output as json
# @return [nil]
- def self.render_output(cmd,args,data)
+ def self.render_output(cmd, args, data)
if @json_output
output_json(cmd, args, data)
else
output_table(cmd, args, data)
end