Skip to content

Commit 8f87458

Browse files
committed
Reversing whitespace change
1 parent e8b1099 commit 8f87458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grape-swagger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def self.setup(options)
9797
:nickname => route.route_method + route.route_path.gsub(/[\/:\(\)\.]/,'-'),
9898
:httpMethod => route.route_method,
9999
:parameters => parse_header_params(route.route_headers) +
100-
parse_params(route.route_params, route.route_path, route.route_method)
100+
parse_params(route.route_params, route.route_path, route.route_method)
101101
}
102102
operations.merge!({:responseClass => route.route_entity.to_s.split('::')[-1]}) if route.route_entity
103103
operations.merge!({:errorResponses => http_codes}) unless http_codes.empty?

0 commit comments

Comments
 (0)