Skip to content

Commit 7b5d3ad

Browse files
committed
Remove extra spaces
1 parent 796b4d0 commit 7b5d3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn main() -> Result<(), Box<Error>> {
2929
let error = |s: &str, e: &str| -> Vec<SimpleMesh> {
3030
println!("filename: [{}] couldn't load, {}. {}", slice, s, e);
3131
vec![]
32-
};
32+
};
3333
// Fill list with file inputs (Splits for spaces -> multiple files)
3434
let path = Path::new(slice);
3535
let mut meshes = match path.extension() {

0 commit comments

Comments
 (0)