فهرست منبع

Apply coding style

Shelikhoo 4 سال پیش
والد
کامیت
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) {