Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Hawn committed Oct 21, 2020
1 parent e0536d6 commit 545c2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket_browser.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (t *WebsocketTransport) maDial(ctx context.Context, raddr ma.Multiaddr) (ma
conn.Close()
return nil, err
}

return mnc, nil
}

Expand Down

0 comments on commit 545c2ad

Please sign in to comment.