From f8f5fc834d56b623c93aa210d212fb90e10583f7 Mon Sep 17 00:00:00 2001 From: Madhan Raj Mookkandy Date: Tue, 6 Mar 2018 12:56:05 -0800 Subject: [PATCH] Fix GoFmt error --- backend/hostgw/hostgw_network_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/hostgw/hostgw_network_windows.go b/backend/hostgw/hostgw_network_windows.go index 5e01180894..83655dab31 100644 --- a/backend/hostgw/hostgw_network_windows.go +++ b/backend/hostgw/hostgw_network_windows.go @@ -205,4 +205,4 @@ func (n *network) checkSubnetExistInRoutes() { log.Errorf("Recovered route to %v via %v on %v.", r.DestinationSubnet, r.GatewayAddress, r.LinkIndex) } } -} \ No newline at end of file +}