Skip to content

Commit

Permalink
Run Code Format
Browse files Browse the repository at this point in the history
  • Loading branch information
newtoallofthis123 committed Feb 27, 2024
1 parent 5411626 commit d67a550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swhks/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
use std::io::Read;
use clap::arg;
use environ::Env;
use nix::{
sys::stat::{umask, Mode},
unistd::daemon,
};
use std::io::Read;
use std::time::{SystemTime, UNIX_EPOCH};
use std::{
env, fs,
fs::OpenOptions,
os::unix::net::UnixListener,
path::Path,
process::{exit, id, Command, Stdio},
};
use std::time::{SystemTime, UNIX_EPOCH};
use sysinfo::{ProcessExt, System, SystemExt};

mod environ;
Expand Down

0 comments on commit d67a550

Please sign in to comment.