Skip to content

Commit 15268e8

Browse files
johncmingmholt
authored andcommitted
caddytls: sort import statement (#2552)
1 parent 04789a2 commit 15268e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caddytls/setup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ import (
2121
"os"
2222
"testing"
2323

24+
"github.com/go-acme/lego/certcrypto"
2425
"github.com/mholt/caddy"
2526
"github.com/mholt/certmagic"
26-
"github.com/go-acme/lego/certcrypto"
2727
)
2828

2929
func TestMain(m *testing.M) {

0 commit comments

Comments
 (0)