Skip to content

Commit 4005734

Browse files
committed
fix imports
1 parent fc400d6 commit 4005734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package testutil
22

33
import (
44
"context"
5-
"github.com/hashicorp/yamux"
65
"strings"
76
"testing"
87

8+
"github.com/hashicorp/yamux"
99
"golang.org/x/xerrors"
1010

1111
"cdr.dev/slog"

0 commit comments

Comments
 (0)