From 953470f8738f634400fc8117a0d711f703fb3c78 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Tue, 27 Aug 2024 17:29:51 -0300 Subject: [PATCH] fix formatting --- src/sources/mithril.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sources/mithril.rs b/src/sources/mithril.rs index bafe059b..c4b23fee 100644 --- a/src/sources/mithril.rs +++ b/src/sources/mithril.rs @@ -221,7 +221,6 @@ fn read_blocks_with_config( .map_err(|_| WorkerError::Panic) } - #[derive(Stage)] #[stage(name = "source", unit = "()", worker = "Worker")] pub struct Stage {