Skip to content

Commit

Permalink
chore: make format
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Feb 24, 2025
1 parent 3a4eb17 commit 70c8d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/node/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// This is required due to a long chain of and_then in BlockBuilder::build_block causing rust error E0275.
// This is required due to a long chain of and_then in BlockBuilder::build_block causing rust error
// E0275.
#![recursion_limit = "256"]

use std::path::PathBuf;
Expand Down

0 comments on commit 70c8d88

Please sign in to comment.