Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Jan 11, 2025
1 parent 8f703b6 commit b025e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_conda_types/src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Platform {

#[cfg(all(target_arch = "powerpc64", target_endian = "big"))]
return Platform::LinuxPpc64;

#[cfg(target_arch = "powerpc")]
return Platform::LinuxPpc;

Expand Down

0 comments on commit b025e3c

Please sign in to comment.