Commit 80efa774 by andrew morton

Fix indenting in formatter operation output

parent 315e948a
......@@ -62,7 +62,7 @@ module RSpec
when :path_item
["\n", metadata[:swagger_path_item][:path]]
when :operation
["\n ", metadata[:swagger_operation][:method].to_s, "\t"]
["\n ", "%-8s" % metadata[:swagger_operation][:method]]
end
end
......
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