1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00

Apply coding style

This commit is contained in:
Shelikhoo 2021-02-22 13:49:36 +00:00
parent 9c9c45fe4f
commit 232ba8c26f
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -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) {