Skip to content

Commit 1c13216

Browse files
committed
chore: formatting
1 parent d85c52e commit 1c13216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/nakamoto_node/relayer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ impl RelayerThread {
10491049
1,
10501050
)
10511051
.map_err(|e| {
1052-
warn!("Failed to submit block-commit bitcoin transaction: {}", e);
1052+
warn!("Failed to submit block-commit bitcoin transaction: {e}");
10531053
NakamotoNodeError::BurnchainSubmissionFailed(e)
10541054
})?;
10551055

0 commit comments

Comments
 (0)