Making code formatting consistent.
$ gofmt -s -w && goimports -w
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
golog "github.com/coreos/etcd/third_party/github.com/coreos/go-log/log"
|
||||
"os"
|
||||
|
||||
golog "github.com/coreos/etcd/third_party/github.com/coreos/go-log/log"
|
||||
)
|
||||
|
||||
// The Verbose flag turns on verbose logging.
|
||||
|
Reference in New Issue
Block a user