Skip to content

Commit d136af7

Browse files
authored
fix: lint. (#87)
1 parent 9bfc11c commit d136af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

handler/middleware_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import (
66
"reflect"
77
"testing"
88

9-
"github.com/http-wasm/http-wasm-host-go/api/handler"
10-
"github.com/http-wasm/http-wasm-host-go/internal/test"
119
"github.com/tetratelabs/wazero"
1210
"github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1"
11+
12+
"github.com/http-wasm/http-wasm-host-go/api/handler"
13+
"github.com/http-wasm/http-wasm-host-go/internal/test"
1314
)
1415

1516
var testCtx = context.Background()
@@ -64,7 +65,6 @@ func TestAlreadyExistingWasipModulue(t *testing.T) {
6465
}
6566
return r, nil
6667
}))
67-
6868
if err != nil {
6969
t.Fatal(err)
7070
}

0 commit comments

Comments
 (0)