Skip to content

Commit 0ddef2a

Browse files
committed
Format server_test
1 parent 170d49f commit 0ddef2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/server/server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func createTestServer(t *testing.T, mockStore *MockStore, config server.Config)
4040

4141
func testConfig() server.Config {
4242
cfg := server.DefaultConfig()
43-
cfg.Port = "0" // Random port
43+
cfg.Port = "0" // Random port
4444
cfg.SnapshotInterval = "1h" // Long interval for tests
45-
cfg.AuthPassword = "" // No auth by default
45+
cfg.AuthPassword = "" // No auth by default
4646
return cfg
4747
}
4848

0 commit comments

Comments
 (0)