Skip to content

Commit 30670f3

Browse files
committed
fix: add missing line breaks to scaffold template
1 parent 34ead1f commit 30670f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/scaffold.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ fn main() {
1919
#[cfg(test)]
2020
mod tests {
2121
use super::*;
22+
2223
#[test]
2324
fn test_part_one() {
2425
use aoc::read_file;
2526
let input = read_file("examples", DAY);
2627
assert_eq!(part_one(&input), 0);
2728
}
29+
2830
#[test]
2931
fn test_part_two() {
3032
use aoc::read_file;

0 commit comments

Comments
 (0)