Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Jul 12, 2024
1 parent 29de458 commit 3c5a11b
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 @@ -16,8 +16,7 @@ use tracing::instrument;

use self::check::{
caches::Caches, flake_enabled::FlakeEnabled, max_jobs::MaxJobs, min_nix_version::MinNixVersion,
rosetta::Rosetta, rosetta_installed::RosettaInstalled,
trusted_users::TrustedUsers,
rosetta::Rosetta, rosetta_installed::RosettaInstalled, trusted_users::TrustedUsers,
};

/// Nix Health check information for user's install
Expand Down

0 comments on commit 3c5a11b

Please sign in to comment.