gofmt -l -w .

This commit is contained in:
nikk gitanes
2021-09-11 22:50:56 +03:00
parent 97361015dc
commit ef964829e6
2 changed files with 7 additions and 7 deletions

View File

@@ -103,7 +103,7 @@ func RouteWebPages(route *gin.RouterGroup) {
}) })
` `
} }
embedStr += "}" embedStr += "}\n"
ff.WriteString(embedStr) ff.WriteString(embedStr)
} }