From b1c858d131ee81ffccc6619e9a38e90596aa44c6 Mon Sep 17 00:00:00 2001
From: aliiohs <renzhiyuan@wecash.net>
Date: Fri, 14 Aug 2020 00:10:06 +0800
Subject: [PATCH] fix

---
 config/consumer_config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/consumer_config.go b/config/consumer_config.go
index 09c43d886..177531209 100644
--- a/config/consumer_config.go
+++ b/config/consumer_config.go
@@ -19,12 +19,12 @@ package config
 
 import (
 	"bytes"
-	"github.com/dubbogo/getty"
 	"time"
 )
 
 import (
 	"github.com/creasty/defaults"
+	"github.com/dubbogo/getty"
 	perrors "github.com/pkg/errors"
 )
 
-- 
GitLab