Skip to content

Commit dfbe381

Browse files
committed
fix: sort imports alphabetically in upload file test
- Move crand import after context to maintain alphabetical order - Fixes linter requirement for import ordering
1 parent f4b6b81 commit dfbe381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerdserver/upload_file_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package provisionerdserver_test
22

33
import (
4-
crand "crypto/rand"
54
"context"
5+
crand "crypto/rand"
66
"fmt"
77
"testing"
88

0 commit comments

Comments
 (0)