From 43ac92b615f95da8288020944a34346440119da3 Mon Sep 17 00:00:00 2001 From: Tomoya Ishizaki Date: Mon, 26 Mar 2018 23:27:20 +0900 Subject: [PATCH] Changed to make line break easier to read (#1363) --- cmd/tendermint/commands/run_node.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tendermint/commands/run_node.go b/cmd/tendermint/commands/run_node.go index 0fcab3e39..6ad92441b 100644 --- a/cmd/tendermint/commands/run_node.go +++ b/cmd/tendermint/commands/run_node.go @@ -42,8 +42,8 @@ func AddNodeFlags(cmd *cobra.Command) { cmd.Flags().Bool("consensus.create_empty_blocks", config.Consensus.CreateEmptyBlocks, "Set this to false to only produce blocks when there are txs or when the AppHash changes") } -// NewRunNodeCmd returns the command that allows the CLI to start a -// node. It can be used with a custom PrivValidator and in-process ABCI application. +// NewRunNodeCmd returns the command that allows the CLI to start a node. +// It can be used with a custom PrivValidator and in-process ABCI application. func NewRunNodeCmd(nodeProvider nm.NodeProvider) *cobra.Command { cmd := &cobra.Command{ Use: "node",