Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xophmeister committed Jan 25, 2024
1 parent 022ae8b commit 7ef0972
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion topiary-playground/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ fn main() {
}
}

let input_dir = current_dir().unwrap().join("../topiary-core/tests/samples/input/");
let input_dir = current_dir()
.unwrap()
.join("../topiary-core/tests/samples/input/");
let input_files = fs::read_dir(input_dir).unwrap();

let mut input_map: HashMap<String, String> = HashMap::new();
Expand Down

0 comments on commit 7ef0972

Please sign in to comment.