From 3ac3cdd4e530ceddbd668e9183787390e94a85cf Mon Sep 17 00:00:00 2001 From: seem_less Date: Fri, 9 Feb 2024 14:33:19 -0500 Subject: [PATCH] core: cargo fmt --- core/src/subgraph/runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/subgraph/runner.rs b/core/src/subgraph/runner.rs index b7587bee603..24408523dfb 100644 --- a/core/src/subgraph/runner.rs +++ b/core/src/subgraph/runner.rs @@ -60,7 +60,7 @@ where logger: Logger, metrics: RunnerMetrics, env_vars: Arc, - synced: bool + synced: bool, ) -> Self { Self { inputs: Arc::new(inputs),