Browse Source

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

Cenk Alti 12 năm trước cách đây
mục cha
commit
d000ba3ed3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
 	}