Commit a7cea2ea authored by Brian Tiger Chow's avatar Brian Tiger Chow

style(routing/supernode/client) fix indent

parent 72b934e1
...@@ -34,11 +34,11 @@ func Standard(h host.Host, remotes []peer.PeerInfo) Proxy { ...@@ -34,11 +34,11 @@ func Standard(h host.Host, remotes []peer.PeerInfo) Proxy {
} }
func (px *standard) Bootstrap(ctx context.Context) error { func (px *standard) Bootstrap(ctx context.Context) error {
for _, info := range px.Remotes { for _, info := range px.Remotes {
if err := px.Host.Connect(ctx, info); err != nil { if err := px.Host.Connect(ctx, info); err != nil {
return err // TODO return err // TODO
}
} }
}
return nil return nil
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment