8000 format fix · coder/coder@9b16cf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b16cf9

Browse files
committed
format fix
1 parent 09e46d0 commit 9b16cf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/httpmw/logger_internal_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func TestLoggerMiddleware_SingleRequest(t *testing.T) {
9696

9797
// Check value of the status code
9898
require.Equal(t, fieldsMap["status_code"], http.StatusOK, "status_code should be 200")
99-
10099
}
101100

102101
func TestLoggerMiddleware_WebSocket(t *testing.T) {

0 commit comments

Comments
 (0)
0