Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede committed Dec 21, 2022
1 parent 9e34555 commit 4a1d466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/trojan/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package trojan

import (
"context"
sync "sync"
"sync"

core "github.com/v2fly/v2ray-core/v5"
"github.com/v2fly/v2ray-core/v5/common"
Expand Down
2 changes: 1 addition & 1 deletion proxy/trojan/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/binary"
"io"
gonet "net"
sync "sync"
"sync"

"github.com/v2fly/v2ray-core/v5/common/buf"
"github.com/v2fly/v2ray-core/v5/common/net"
Expand Down

0 comments on commit 4a1d466

Please sign in to comment.