From ffedc6b2b2acaa045309ad46406a326ff37de555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Mik=C5=82asz?= Date: Sun, 6 Feb 2022 11:59:13 +0100 Subject: [PATCH] TestUIConfigOptions: fix formatting --- swagger_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger_test.go b/swagger_test.go index 2eb772e..6978c12 100644 --- a/swagger_test.go +++ b/swagger_test.go @@ -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, @@ -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,