Skip to content

Commit 0941905

Browse files
committed
fmt
1 parent 77e4c24 commit 0941905

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cli/server.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,9 +2565,7 @@ func parseExternalAuthProvidersFromEnv(prefix string, environ []string) ([]coder
25652565
return providers, nil
25662566
}
25672567

2568-
var (
2569-
reInvalidPortAfterHost = regexp.MustCompile(`invalid port ".+" after host`)
2570-
)
2568+
var reInvalidPortAfterHost = regexp.MustCompile(`invalid port ".+" after host`)
25712569

25722570
// If the user provides a postgres URL with a password that contains special
25732571
// characters, the URL will be invalid. We need to escape the password so that

0 commit comments

Comments
 (0)