Skip to content
Snippets Groups Projects
Commit ef8acfa7 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

gofmt

parent ac708ef9
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,10 @@ package keyExchange
import (
"github.com/golang/protobuf/proto"
"github.com/pkg/errors"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/context"
"gitlab.com/elixxir/client/context/message"
"gitlab.com/elixxir/client/context/stoppable"
jww "github.com/spf13/jwalterweatherman"
"gitlab.com/elixxir/client/storage/e2e"
)
......
......@@ -132,5 +132,3 @@ func negotiate(ctx *context.Context, session *e2e.Session) error {
return nil
}
......@@ -388,7 +388,6 @@ func (s *Session) TrySetNegotiationStatus(status Negotiation) error {
return nil
}
// This function, in a mostly thread safe manner, checks if the session needs a
// negotiation, returns if it does while updating the session to denote the
// negotiation was triggered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment