Skip to content

Commit

Permalink
style: 💄 Use fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Jul 6, 2024
1 parent 4bba56a commit 96eadce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/malware/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ use std::{thread, time};
use windows::{
core::{Result as WindowsResult, PCWSTR},
Win32::System::Services::{
ControlService, CreateServiceW, DeleteService, OpenSCManagerW, StartServiceW,
ENUM_SERVICE_TYPE, SC_MANAGER_ALL_ACCESS, SERVICE_CONTROL_STOP, SC_HANDLE,SERVICE_ERROR,
SERVICE_START_TYPE, SERVICE_STATUS,
ControlService, CreateServiceW, DeleteService, OpenSCManagerW, StartServiceW,
ENUM_SERVICE_TYPE, SC_HANDLE, SC_MANAGER_ALL_ACCESS, SERVICE_CONTROL_STOP, SERVICE_ERROR,
SERVICE_START_TYPE, SERVICE_STATUS,
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/windows/users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use windows::{
Win32::{
Foundation::BOOL,
Security::{
AllocateAndInitializeSid, CheckTokenMembership, FreeSid, SECURITY_NT_AUTHORITY,PSID,
AllocateAndInitializeSid, CheckTokenMembership, FreeSid, PSID, SECURITY_NT_AUTHORITY,
},
System::SystemServices::{DOMAIN_ALIAS_RID_ADMINS, SECURITY_BUILTIN_DOMAIN_RID},
},
Expand Down

0 comments on commit 96eadce

Please sign in to comment.