소스 검색

Apply coding style

Shelikhoo 5 년 전
부모
커밋
232ba8c26f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      proxy/vmess/aead/kdf_test.go

+ 2 - 1
proxy/vmess/aead/kdf_test.go

@@ -3,8 +3,9 @@ package aead
 import (
 	"encoding/hex"
 	"fmt"
-	"github.com/stretchr/testify/assert"
 	"testing"
+
+	"github.com/stretchr/testify/assert"
 )
 
 func TestKDFValue(t *testing.T) {