Skip to content

Commit 5395885

Browse files
committed
cargo fmt
1 parent f37c5ca commit 5395885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/autopilot/src/run_loop.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,8 @@ impl RunLoop {
557557
competition_table,
558558
};
559559

560-
let save_solutions = self.persistence
560+
let save_solutions = self
561+
.persistence
561562
.save_solutions(auction.id, ranking.all())
562563
.map(|res| match res {
563564
Ok(_) => {

0 commit comments

Comments
 (0)