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

This commit is contained in:
Cenk Alti 2014-03-25 19:16:17 -07:00
parent 1b59eacb72
commit d000ba3ed3

View File

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