Skip to content
Snippets Groups Projects
Commit 79a1dc44 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix import ordering

parent fd8e56c9
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ package ud ...@@ -2,10 +2,10 @@ package ud
import ( import (
"github.com/pkg/errors" "github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
pb "gitlab.com/elixxir/comms/mixmessages" pb "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/xx_network/comms/connect" "gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/comms/messages" "gitlab.com/xx_network/comms/messages"
jww "github.com/spf13/jwalterweatherman"
) )
type confirmFactComm interface { type confirmFactComm interface {
......
...@@ -2,11 +2,11 @@ package ud ...@@ -2,11 +2,11 @@ package ud
import ( import (
"github.com/pkg/errors" "github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/comms/mixmessages" "gitlab.com/elixxir/comms/mixmessages"
"gitlab.com/elixxir/primitives/fact" "gitlab.com/elixxir/primitives/fact"
"gitlab.com/xx_network/comms/connect" "gitlab.com/xx_network/comms/connect"
"gitlab.com/xx_network/comms/messages" "gitlab.com/xx_network/comms/messages"
jww "github.com/spf13/jwalterweatherman"
) )
type removeFactComms interface { type removeFactComms interface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment