Skip to content

Commit 45d52ef

Browse files
committed
Run gofmt
1 parent b134e0f commit 45d52ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type ServerConfig struct {
2424
Port int
2525
CookieSecret string
2626
RecoverPanic bool
27-
Profiler bool
27+
Profiler bool
2828
}
2929

3030
// Server represents a web.go server.

web_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func getTestResponse(method string, path string, body string, headers map[string
110110

111111
func testGet(path string, headers map[string]string) *testResponse {
112112
var header http.Header
113-
for k,v := range headers {
113+
for k, v := range headers {
114114
header.Set(k, v)
115115
}
116116
return getTestResponse("GET", path, "", header, nil)

0 commit comments

Comments
 (0)