Selaa lähdekoodia

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

Cenk Alti 12 vuotta sitten
vanhempi
commit
d000ba3ed3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      etcd/etcd.go

+ 1 - 0
etcd/etcd.go

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