Skip to content

Commit

Permalink
Network: Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Feb 19, 2018
1 parent ba1b6fa commit e317521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/protocol/Network.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ class NetworkProtocol extends EventEmitter
graph: graphName
, context

_startNetwork: (graph, graphName, context, callback) ->
doStart = (net) =>
net.start (err) =>
_startNetwork: (graph, graphName, context, callback) ->
doStart = (net) ->
net.start (err) ->
return callback err

network = @networks[graphName]
Expand Down

0 comments on commit e317521

Please sign in to comment.