Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed May 21, 2019
1 parent 690481c commit b300140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func (r *Router) advanceNoiseHandshake(addr *app.LoopAddr, noiseMsg []byte) (ni
return
}

// IsSetupTransport checks whether `tr` is running in the `setup`mode.
// IsSetupTransport checks whether `tr` is running in the `setup` mode.
func (r *Router) IsSetupTransport(tr transport.Transport) bool {
for _, pk := range r.config.SetupNodes {
remote, ok := r.tm.Remote(tr.Edges())
Expand Down

0 comments on commit b300140

Please sign in to comment.