Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 12, 2024
1 parent 0b307c6 commit 5735610
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/target
.DS_Store
Empty file removed expected
Empty file.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ async fn main() {
let scenario_index = rand::thread_rng().gen_range(0..paths.len());

let scenario_file_path = paths.get(scenario_index).unwrap().clone();
println!("{:?}", scenario_file_path);

let mut file = fs::File::open(&scenario_file_path).unwrap();
let mut content = String::new();
Expand Down

0 comments on commit 5735610

Please sign in to comment.