Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Jul 1, 2024
1 parent d528a8a commit e6ee3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/background/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ mod test {
description: "test task".to_string(),
period: Duration::from_secs(300), // should never fire in this test
task_impl: Box::new(t3),
opctx: opctx,
opctx,
watchers: vec![Box::new(dep_rx1), Box::new(dep_rx2)],
activator: &act3,
});
Expand Down

0 comments on commit e6ee3b0

Please sign in to comment.