Skip to content

Commit

Permalink
Format properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial committed Apr 21, 2020
1 parent 166ee83 commit 7adf42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndk-build/src/ndk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl Ndk {
} else if host_os.contains("windows") {
"windows-x86_64"
} else {
return Err(NdkError::UnsupportedHost(host_os))
return Err(NdkError::UnsupportedHost(host_os));
};

let toolchain_dir = self
Expand Down

0 comments on commit 7adf42d

Please sign in to comment.