Skip to content

Commit

Permalink
TestUIConfigOptions: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuklyy committed Feb 6, 2022
1 parent 8c01e61 commit ffedc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger_test.go
Expand Up @@ -320,7 +320,7 @@ func TestUIConfigOptions(t *testing.T) {
deepLinking: true ,
docExpansion: "list",
dom_id: "#swagger-ui",
persistAuthorization: false ,
persistAuthorization: false ,
validatorUrl: null,
presets: [
SwaggerUIBundle.presets.apis,
Expand Down Expand Up @@ -372,7 +372,7 @@ func TestUIConfigOptions(t *testing.T) {
deepLinking: false ,
docExpansion: "none",
dom_id: "#swagger-ui-id",
persistAuthorization: true ,
persistAuthorization: true ,
validatorUrl: null,
presets: [
SwaggerUIBundle.presets.apis,
Expand Down

0 comments on commit ffedc6b

Please sign in to comment.