From 232ba8c26f9b205cff59c69953a8fd143630101d Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 22 Feb 2021 13:49:36 +0000 Subject: [PATCH] Apply coding style --- proxy/vmess/aead/kdf_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/vmess/aead/kdf_test.go b/proxy/vmess/aead/kdf_test.go index 89dc7b979..9c011dd94 100644 --- a/proxy/vmess/aead/kdf_test.go +++ b/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) {