From 70c8d885d7f8e2e3fe5d01853e8e060f41751d1f Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Mon, 24 Feb 2025 14:26:10 +0100 Subject: [PATCH] chore: `make format` --- bin/node/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/node/src/main.rs b/bin/node/src/main.rs index 9cfa0b769..2845b9395 100644 --- a/bin/node/src/main.rs +++ b/bin/node/src/main.rs @@ -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;