Skip to content

Commit

Permalink
whoops forgot rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-blroth committed Jul 27, 2022
1 parent a26b58c commit d9ba7a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,8 +1567,7 @@ impl Build {
// Target flags
match cmd.family {
ToolFamily::Clang => {
if !(target.contains("android") && cmd.has_internal_target_arg)
{
if !(target.contains("android") && cmd.has_internal_target_arg) {
if target.contains("darwin") {
if let Some(arch) =
map_darwin_target_from_rust_to_compiler_architecture(target)
Expand Down

0 comments on commit d9ba7a8

Please sign in to comment.