Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Dec 11, 2024
1 parent 6d4e98c commit e1db4ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libs/bindgen/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub fn read_file_lines(path: &str) -> Vec<String> {
};

let file = std::io::BufReader::new(file);

let mut lines = vec![];

for line in file.lines() {
Expand Down

0 comments on commit e1db4ad

Please sign in to comment.