Skip to content

Commit a0a5f77

Browse files
committed
Fix formatting.
1 parent e9208b1 commit a0a5f77

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • concordium-node/src/consensus_ffi

concordium-node/src/consensus_ffi/ffi.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,12 +1977,11 @@ impl ConsensusContainer {
19771977

19781978
pub fn send_finalization(&self, genesis_index: u32, msg: &[u8]) -> ConsensusFfiResponse {
19791979
wrap_send_data_to_c!(self, genesis_index, msg, receiveFinalizationMessage)
1980-
.check_consistent()
1980+
.check_consistent()
19811981
}
19821982

19831983
pub fn send_finalization_record(&self, genesis_index: u32, rec: &[u8]) -> ConsensusFfiResponse {
1984-
wrap_send_data_to_c!(self, genesis_index, rec, receiveFinalizationRecord)
1985-
.check_consistent()
1984+
wrap_send_data_to_c!(self, genesis_index, rec, receiveFinalizationRecord).check_consistent()
19861985
}
19871986

19881987
/// Send a transaction to consensus. Return whether the operation succeeded

0 commit comments

Comments
 (0)