Skip to content

Commit 047c234

Browse files
committed
Formatting
1 parent 87f28a2 commit 047c234

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cli/server.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ func server() *cobra.Command {
7272
devFirstPassword string
7373
devMemberEmail string
7474
devMemberPassword string
75-
76-
postgresURL string
75+
postgresURL string
7776
// provisionerDaemonCount is a uint8 to ensure a number > 0.
7877
provisionerDaemonCount uint8
7978
oauth2GithubClientID string

coderd/httpmw/apikey_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
"time"
1111

1212
"github.com/google/uuid"
13-
1413
"github.com/stretchr/testify/require"
1514
"golang.org/x/oauth2"
1615

0 commit comments

Comments
 (0)