Browse Source

Chore: format code

loyalsoldier 4 years ago
parent
commit
05020718b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      context_test.go

+ 1 - 1
context_test.go

@@ -3,9 +3,9 @@ package core_test
 import (
 	"context"
 	"testing"
+	_ "unsafe"
 
 	. "github.com/v2fly/v2ray-core/v4"
-	_ "unsafe"
 )
 
 func TestFromContextPanic(t *testing.T) {