diff --git a/os/glog/glog_logger_config.go b/os/glog/glog_logger_config.go index 283a34ce8..20dec0cd3 100644 --- a/os/glog/glog_logger_config.go +++ b/os/glog/glog_logger_config.go @@ -253,4 +253,4 @@ func (l *Logger) SetHandlers(handlers ...Handler) { //SetWriterColorEnable sets the file logging with color func (l *Logger) SetWriterColorEnable(enabled bool) { l.config.WriterColorEnable = enabled -} \ No newline at end of file +}