Skip to content

Commit fdfef88

Browse files
committed
Import order
1 parent 945e9fa commit fdfef88

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

coderd/coderd_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ import (
66
"strings"
77
"testing"
88

9-
"golang.org/x/xerrors"
10-
119
"github.com/go-chi/chi/v5"
1210
"github.com/stretchr/testify/assert"
1311
"github.com/stretchr/testify/require"
1412
"go.uber.org/goleak"
13+
"golang.org/x/xerrors"
1514

1615
"github.com/coder/coder/buildinfo"
1716
"github.com/coder/coder/coderd/coderdtest"

coderd/httpmw/authorize.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"net/http"
66

77
"github.com/google/uuid"
8-
98
"golang.org/x/xerrors"
109

1110
"cdr.dev/slog"

0 commit comments

Comments
 (0)