Browse Source

Apply coding style

Shelikhoo 4 years ago
parent
commit
232ba8c26f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      proxy/vmess/aead/kdf_test.go

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

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