Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes authored and jmartinesp committed Sep 19, 2024
1 parent e16ca9d commit 79d8738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xtask/src/swift.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ impl SwiftArgs {
} => {
// The dev profile seems to cause crashes on some platforms so we default to reldbg
// https://github.com/matrix-org/matrix-rust-sdk/issues/4009
let profile = profile.as_deref().unwrap_or(if release { "release" } else { "reldbg" });
let profile =
profile.as_deref().unwrap_or(if release { "release" } else { "reldbg" });
build_xcframework(profile, targets, components_path, sequentially)
}
}
Expand Down

0 comments on commit 79d8738

Please sign in to comment.