Browse Source

Chore: format code

loyalsoldier 4 năm trước cách đây
mục cha
commit
05020718b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {