1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

Chore: format code

This commit is contained in:
loyalsoldier 2021-04-06 09:55:14 +08:00
parent ec665066a3
commit 05020718b1
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

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