Skip to content

Commit b31db19

Browse files
committed
adding quick formating fix
1 parent 65f2d4a commit b31db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/transport/handler_server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ type testHandlerResponseWriter struct {
227227
*httptest.ResponseRecorder
228228
}
229229

230-
func (w testHandlerResponseWriter) Flush() {}
230+
func (w testHandlerResponseWriter) Flush() {}
231231

232232
func newTestHandlerResponseWriter() http.ResponseWriter {
233233
return testHandlerResponseWriter{

0 commit comments

Comments
 (0)