Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 4ae9c09

Browse files
committed
Fix import order
1 parent 50fa395 commit 4ae9c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wsnet/tlscertificates/certs_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package tlscertificates_test
33
import (
44
"testing"
55

6-
"cdr.dev/coder-cli/wsnet/tlscertificates"
76
"github.com/stretchr/testify/require"
7+
8+
"cdr.dev/coder-cli/wsnet/tlscertificates"
89
)
910

1011
func TestLoadDirectory(t *testing.T) {

0 commit comments

Comments
 (0)