未验证 提交 2f87ad7e 编写于 作者: R runzexia

fmt swagger.json

Signed-off-by: Nrunzexia <runzexia@yunify.com>
上级 02fd803c
此差异已折叠。
......@@ -107,7 +107,7 @@ func generateSwaggerJson() {
},
})
data, _ := json.Marshal(swagger)
data, _ := json.MarshalIndent(swagger, "", " ")
err := ioutil.WriteFile(output, data, 420)
if err != nil {
log.Fatal(err)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册