From 0d9590ec7b4d1451594a362d1912142cef0b6c93 Mon Sep 17 00:00:00 2001 From: ivcosla Date: Fri, 19 Apr 2019 18:08:55 +0200 Subject: [PATCH] formatted --- pkg/routing/loop.go | 4 ++-- pkg/routing/route.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/routing/loop.go b/pkg/routing/loop.go index a802e763f2..669a0d11a6 100644 --- a/pkg/routing/loop.go +++ b/pkg/routing/loop.go @@ -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. diff --git a/pkg/routing/route.go b/pkg/routing/route.go index 40772c1562..7ba4802102 100644 --- a/pkg/routing/route.go +++ b/pkg/routing/route.go @@ -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 {