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 +}