Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run cargo fmt
Browse files Browse the repository at this point in the history
zaddach committed Feb 1, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 78ead19 commit 01bb909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger/src/main.rs
Original file line number Diff line number Diff line change
@@ -327,7 +327,7 @@ impl CliArgs {
}
}
for breakpoint in self.breakpoints {
context.breakpoint(& breakpoint);
context.breakpoint(&breakpoint);
}
if let Some(rule) = self.rule {
if let Err(e) = context.run(&rule) {

0 comments on commit 01bb909

Please sign in to comment.