Skip to content

Commit 5f6430c

Browse files
committed
improve format
1 parent ed14f52 commit 5f6430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/coderdtest/swaggerparser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ func assertPathParametersDefined(t *testing.T, comment SwaggerComment) {
300300
}
301301

302302
func assertSecurityDefined(t *testing.T, comment SwaggerComment) {
303-
var authorizedSecurityTags = []string{
303+
authorizedSecurityTags := []string{
304304
"CoderSessionToken",
305305
"ProvisionerKey",
306306
}

0 commit comments

Comments
 (0)