Skip to content

Commit 2d852fe

Browse files
committed
fix: fix comma
1 parent 16759fb commit 2d852fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swagger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ window.onload = function() {
279279
docExpansion: "{{.DocExpansion}}",
280280
deepLinking: {{.DeepLinking}},
281281
defaultModelsExpandDepth: {{.DefaultModelsExpandDepth}},
282-
defaultModelExpandDepth: {{.DefaultModelExpandDepth}},
282+
defaultModelExpandDepth: {{.DefaultModelExpandDepth}}
283283
})
284284
285285
const defaultClientId = "{{.Oauth2DefaultClientID}}";

0 commit comments

Comments
 (0)