Skip to content

Commit

Permalink
[META] Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Dec 11, 2023
1 parent 6e1239d commit 4dbd477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aoc_2023/src/day_03.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn parse(input: &str) -> ParseResult {
let pos = vector!(nx, ny);
let symbol = symbols.get(&pos);
part_number |= symbol.is_some();

if symbol == Some(&'*') {
ratios.entry(pos).or_insert(Vec::new()).push(value);
}
Expand Down
2 changes: 1 addition & 1 deletion scaffold/src/commands/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub mod init;
pub mod submit;
pub mod timer;
pub mod token;
pub mod verify;
pub mod submit;

0 comments on commit 4dbd477

Please sign in to comment.