mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -108,9 +108,7 @@ func TestStatusWriter(t *testing.T) {
|
||||
|
||||
t.Run("Hijack", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
var (
|
||||
rec = httptest.NewRecorder()
|
||||
)
|
||||
rec := httptest.NewRecorder()
|
||||
|
||||
w := &tracing.StatusWriter{ResponseWriter: hijacker{rec}}
|
||||
|
||||
|
Reference in New Issue
Block a user