Skip to content

Commit

Permalink
fix rustfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Phani Sajja <[email protected]>
  • Loading branch information
sajjaphani committed Oct 24, 2024
1 parent bcdd9d6 commit 9f477a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/sup/tests/utils/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ async fn write_default_metafiles(hab_root: &HabRoot,
// Write metafiles to convert the package to a native package on platforms without package
// support
#[cfg(not(any(all(target_os = "linux",
any(target_arch = "x86_64", target_arch = "aarch64")),
all(target_os = "windows", target_arch = "x86_64"))))]
any(target_arch = "x86_64", target_arch = "aarch64")),
all(target_os = "windows", target_arch = "x86_64"))))]
{
let pkg_type_metafile = hab_root.pkg_type_path(pkg_origin, pkg_name);
write_metafile(pkg_type_metafile, "native").await?;
Expand Down

0 comments on commit 9f477a1

Please sign in to comment.