From ae9c7ee083557a2e5a02b181ffb4c5d8fcd40392 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 18 Mar 2022 12:45:55 -0400 Subject: [PATCH] clang format intermediate file --- proto/tendermint/abci/types.proto.intermediate | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/tendermint/abci/types.proto.intermediate b/proto/tendermint/abci/types.proto.intermediate index 4a03a8275..9713ba4b0 100644 --- a/proto/tendermint/abci/types.proto.intermediate +++ b/proto/tendermint/abci/types.proto.intermediate @@ -328,7 +328,7 @@ message ResponseVerifyVoteExtension { } message ResponsePrepareProposal { - ModifiedTxStatus modified_tx_status = 1; + ModifiedTxStatus modified_tx_status = 1; repeated TxRecord tx_records = 2; bytes app_hash = 3; repeated ExecTxResult tx_results = 4; @@ -336,9 +336,9 @@ message ResponsePrepareProposal { tendermint.types.ConsensusParams consensus_param_updates = 6; enum ModifiedTxStatus { - UNKNOWN = 0; - UNMODIFIED = 1; - MODIFIED = 2; + UNKNOWN = 0; + UNMODIFIED = 1; + MODIFIED = 2; } }