Skip to content

Commit 298380e

Browse files
authored
Run rustfmt
1 parent a399591 commit 298380e

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
@@ -70,7 +70,7 @@ fn dir_exists(location: &str) -> bool {
7070
eprintln!("WARNING: failed to access `{}`: {}", location, err);
7171
}
7272
false
73-
},
73+
}
7474
}
7575
}
7676

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

@@ -450,7 +450,7 @@ fn main() {
450450
let (backends, backend_dirs) = blob_backends(&conf, &build_dir);
451451

452452
if backends.is_empty() {
453-
fail("no arrayfire backends found");
453+
fail("no arrayfire backends found");
454454
}
455455

456456
for backend in backends.iter() {

0 commit comments

Comments
 (0)