Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Aug 20, 2024
1 parent 495ff59 commit e109075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transport/websocket/packet-conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"net"
"time"

"github.com/pkg/errors"
websocket "github.com/coder/websocket"
"github.com/pkg/errors"
)

// PacketConn implements the PacketConn interface with a websocket.
Expand Down
2 changes: 1 addition & 1 deletion transport/websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
"github.com/aperturerobotics/bifrost/util/saddr"
httplog "github.com/aperturerobotics/util/httplog"
"github.com/blang/semver/v4"
websocket "github.com/coder/websocket"
"github.com/libp2p/go-libp2p/core/crypto"
"github.com/quic-go/quic-go"
"github.com/sirupsen/logrus"
websocket "github.com/coder/websocket"
)

// TransportType is the transport type identifier for this transport.
Expand Down

0 comments on commit e109075

Please sign in to comment.