diff --git a/cli/state.go b/cli/state.go index bc8dab962..bef864dd2 100644 --- a/cli/state.go +++ b/cli/state.go @@ -128,6 +128,7 @@ var stateMinerInfo = &cli.Command{ } fmt.Printf("%s ", a) } + fmt.Println() fmt.Printf("Consensus Fault End:\t%d\n", mi.ConsensusFaultElapsed) fmt.Printf("SectorSize:\t%s (%d)\n", types.SizeStr(types.NewInt(uint64(mi.SectorSize))), mi.SectorSize)