Skip to content

Commit e109075

Browse files
committed
chore: format files
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent 495ff59 commit e109075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

transport/websocket/packet-conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"net"
77
"time"
88

9-
"github.com/pkg/errors"
109
websocket "github.com/coder/websocket"
10+
"github.com/pkg/errors"
1111
)
1212

1313
// PacketConn implements the PacketConn interface with a websocket.

transport/websocket/websocket.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414
"github.com/aperturerobotics/bifrost/util/saddr"
1515
httplog "github.com/aperturerobotics/util/httplog"
1616
"github.com/blang/semver/v4"
17+
websocket "github.com/coder/websocket"
1718
"github.com/libp2p/go-libp2p/core/crypto"
1819
"github.com/quic-go/quic-go"
1920
"github.com/sirupsen/logrus"
20-
websocket "github.com/coder/websocket"
2121
)
2222

2323
// TransportType is the transport type identifier for this transport.

0 commit comments

Comments
 (0)