mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-14 21:36:25 -05:00
Apply coding style
This commit is contained in:
parent
9c9c45fe4f
commit
232ba8c26f
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user