diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:22:14 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:22:14 +0200 |
| commit | 7edb7f578d5e87a4d9e28586c2e066269041cc1d (patch) | |
| tree | c8b01fcbaac4b9c39f76ea743149d020a03c1625 /src/command/status | |
| parent | 8d11eb64efa67f1d7a6902300fdffd2c7c08df6c (diff) | |
Apply formatting
Diffstat (limited to 'src/command/status')
| -rw-r--r-- | src/command/status/configuration_status.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/command/status/configuration_status.rs b/src/command/status/configuration_status.rs index 4a01768..5b847d1 100644 --- a/src/command/status/configuration_status.rs +++ b/src/command/status/configuration_status.rs @@ -61,8 +61,6 @@ mod tests { #[cfg(windows)] use std::os::windows::fs::PermissionsExt; - - use test_utilities::*; use super::*; |