Skip to content

Commit d9ba7a8

Browse files
committed
whoops forgot rustfmt
1 parent a26b58c commit d9ba7a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1567,8 +1567,7 @@ impl Build {
15671567
// Target flags
15681568
match cmd.family {
15691569
ToolFamily::Clang => {
1570-
if !(target.contains("android") && cmd.has_internal_target_arg)
1571-
{
1570+
if !(target.contains("android") && cmd.has_internal_target_arg) {
15721571
if target.contains("darwin") {
15731572
if let Some(arch) =
15741573
map_darwin_target_from_rust_to_compiler_architecture(target)

0 commit comments

Comments
 (0)