Browse Source

chore(main): add a space line between the two if statements

Cenk Alti 11 years ago
parent
commit
d000ba3ed3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      etcd/etcd.go

+ 1 - 0
etcd/etcd.go

@@ -82,6 +82,7 @@ func (e *Etcd) Run() {
 	} else if e.Config.Verbose {
 		log.Verbose = true
 	}
+
 	if e.Config.CPUProfileFile != "" {
 		profile(e.Config.CPUProfileFile)
 	}