Skip to content

Commit bdfdeca

Browse files
committed
gotdamn format
1 parent 1f56ec8 commit bdfdeca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ use anyhow::{Context, Result};
1212
use chrono::Utc;
1313
use flate2::{Compression, write::GzEncoder};
1414
use log::debug;
15+
use nix::unistd::Uid;
1516
use std::{
1617
fs,
1718
fs::File,
1819
path::{Path, PathBuf},
1920
process,
2021
};
2122
use tokio::task::JoinHandle;
22-
use nix::unistd::Uid;
2323

2424
static SPARKLE: Emoji = Emoji("✨", "[*]");
2525

0 commit comments

Comments
 (0)