Skip to content

Commit

Permalink
core: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seem-less authored and leoyvens committed Feb 20, 2024
1 parent 408a227 commit 3ac3cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/subgraph/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ where
logger: Logger,
metrics: RunnerMetrics,
env_vars: Arc<EnvVars>,
synced: bool
synced: bool,
) -> Self {
Self {
inputs: Arc::new(inputs),
Expand Down

0 comments on commit 3ac3cdd

Please sign in to comment.