From f56f689970e970e762cb32c90545a4ce51315876 Mon Sep 17 00:00:00 2001 From: wanna Date: Fri, 13 Aug 2021 13:24:28 +0800 Subject: [PATCH] fmt --- os/glog/glog_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/glog/glog_config.go b/os/glog/glog_config.go index badfaafd8..173913d73 100644 --- a/os/glog/glog_config.go +++ b/os/glog/glog_config.go @@ -157,4 +157,4 @@ func SetHandlers(handlers ...Handler) { //SetWriterColorEnable sets the file logging with color func SetWriterColorEnable(enabled bool) { logger.SetWriterColorEnable(enabled) -} \ No newline at end of file +}