From b081574fdb9a3f40b87e0e6d210e79fab090b881 Mon Sep 17 00:00:00 2001
From: Maximilian Wilhelm <max@sdn.clinic>
Date: Sun, 24 Jun 2018 19:35:26 +0200
Subject: [PATCH] Damn overlooked a white-space fix.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
---
 protocols/bgp/server/peer.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/protocols/bgp/server/peer.go b/protocols/bgp/server/peer.go
index fe12b36d..125393fb 100644
--- a/protocols/bgp/server/peer.go
+++ b/protocols/bgp/server/peer.go
@@ -5,12 +5,11 @@ import (
 	"sync"
 	"time"
 
-	"github.com/bio-routing/bio-rd/routingtable/locRIB"
-
 	"github.com/bio-routing/bio-rd/config"
 	"github.com/bio-routing/bio-rd/protocols/bgp/packet"
 	"github.com/bio-routing/bio-rd/routingtable"
 	"github.com/bio-routing/bio-rd/routingtable/filter"
+	"github.com/bio-routing/bio-rd/routingtable/locRIB"
 )
 
 type PeerInfo struct {
-- 
GitLab