From 88433407f134a6009a4d7d8e5b64a7ed2b9ac3e8 Mon Sep 17 00:00:00 2001
From: Ian Luo <ian.luo@gmail.com>
Date: Thu, 19 Sep 2019 01:15:16 +0800
Subject: [PATCH] go fmt

---
 common/utils/net.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/utils/net.go b/common/utils/net.go
index 1e74685f7..31b032e79 100644
--- a/common/utils/net.go
+++ b/common/utils/net.go
@@ -122,4 +122,4 @@ func isValidNetworkInterface(face net.Interface) bool {
 	}
 
 	return true
-}
\ No newline at end of file
+}
-- 
GitLab