Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Apr 19, 2019
1 parent 9ac5a2f commit 0d9590e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/routing/loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (

// Loop defines a loop over a pair of routes.
type Loop struct {
LocalPort uint16
LocalPort uint16
RemotePort uint16
Forward Route
Reverse Route
Expiry time.Time
NoiseMessage []byte
NoiseMessage []byte
}

// Initiator returns initiator of the Loop.
Expand Down
2 changes: 1 addition & 1 deletion pkg/routing/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
type Hop struct {
From cipher.PubKey
To cipher.PubKey
Transport uuid.UUID
Transport uuid.UUID
}

func (h Hop) String() string {
Expand Down

0 comments on commit 0d9590e

Please sign in to comment.