Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Dec 20, 2024
1 parent f9b1514 commit 7e28c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/context/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ where
where
F: FnOnce(&mut DB),
{
f(&mut self.journaled_state.db_mut());
f(self.journaled_state.db_mut());
}

pub fn modify_journal<F>(&mut self, f: F)
Expand Down

0 comments on commit 7e28c3d

Please sign in to comment.