Explorar el Código

Chore: format code

loyalsoldier hace 4 años
padre
commit
05020718b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {