瀏覽代碼

Fix: lint (#1449)

Loyalsoldier 4 年之前
父節點
當前提交
31a10d5e0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      proxy/vmess/encoding/commands_test.go

+ 1 - 1
proxy/vmess/encoding/commands_test.go

@@ -1,10 +1,10 @@
 package encoding_test
 
 import (
-	"github.com/stretchr/testify/assert"
 	"testing"
 
 	"github.com/google/go-cmp/cmp"
+	"github.com/stretchr/testify/assert"
 
 	"github.com/v2fly/v2ray-core/v4/common"
 	"github.com/v2fly/v2ray-core/v4/common/buf"