Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Jun 12, 2019
1 parent 230c197 commit bef39a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/router/app_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package router
import (
"encoding/json"
"errors"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/skywire/pkg/app"
)

Expand Down Expand Up @@ -95,4 +97,3 @@ func (am *appManager) forwardAppPacket(payload []byte) error {

return am.callbacks.Forward(am.proto, packet)
}

0 comments on commit bef39a8

Please sign in to comment.