Skip to content

Commit

Permalink
Executed "cargo fmt"
Browse files Browse the repository at this point in the history
  • Loading branch information
Artin-GH committed Jul 24, 2024
1 parent 66e2426 commit 84af42d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use minigrep::Config;
use std::{process, env};

use std::{env, process};

fn main() {
let args: Vec<String> = env::args().collect();
Expand Down

0 comments on commit 84af42d

Please sign in to comment.