gofmt.
This commit is contained in:
parent
68f30c7367
commit
fc0cd75046
2 changed files with 9 additions and 9 deletions
2
btcd.go
2
btcd.go
|
@ -110,7 +110,7 @@ func btcdMain() error {
|
|||
loggers = setLogLevel(cfg.DebugLevel)
|
||||
}
|
||||
|
||||
// See if we want to enable profiling
|
||||
// See if we want to enable profiling.
|
||||
if cfg.Profile != "" {
|
||||
go func() {
|
||||
log.Errorf("%v", http.ListenAndServe(
|
||||
|
|
Loading…
Add table
Reference in a new issue