瀏覽代碼

Chore: format code

loyalsoldier 4 年之前
父節點
當前提交
05020718b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {