Skip to content

Commit 01bb909

Browse files
committed
Run cargo fmt
1 parent 78ead19 commit 01bb909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ impl CliArgs {
327327
}
328328
}
329329
for breakpoint in self.breakpoints {
330-
context.breakpoint(& breakpoint);
330+
context.breakpoint(&breakpoint);
331331
}
332332
if let Some(rule) = self.rule {
333333
if let Err(e) = context.run(&rule) {

0 commit comments

Comments
 (0)