Skip to content

Commit 7233bcf

Browse files
fmt
1 parent b2ccaf1 commit 7233bcf

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

chain/src/application.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,7 @@ mod tests {
222222

223223
async fn finalized(&self, _: sha256::Digest) {}
224224

225-
async fn send(
226-
&self,
227-
_: Round,
228-
_: Block,
229-
_: commonware_p2p::Recipients<Self::PublicKey>,
230-
) {
231-
}
225+
async fn send(&self, _: Round, _: Block, _: commonware_p2p::Recipients<Self::PublicKey>) {}
232226
}
233227

234228
#[derive(Clone)]

0 commit comments

Comments
 (0)