Skip to content

Commit ff970c9

Browse files
committed
Run rustfmt
1 parent 3242b39 commit ff970c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn dir_exists(location: &str) -> bool {
7171
eprintln!("WARNING: failed to access `{}`: {}", location, err);
7272
}
7373
false
74-
},
74+
}
7575
}
7676
}
7777

@@ -83,7 +83,7 @@ fn file_exists(location: &str) -> bool {
8383
eprintln!("WARNING: failed to access `{}`: {}", location, err);
8484
}
8585
false
86-
},
86+
}
8787
}
8888
}
8989

@@ -458,7 +458,7 @@ fn main() {
458458
let (backends, backend_dirs) = blob_backends(&conf, &build_dir);
459459

460460
if backends.is_empty() {
461-
fail("no arrayfire backends found");
461+
fail("no arrayfire backends found");
462462
}
463463

464464
for backend in backends.iter() {

0 commit comments

Comments
 (0)