Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 5, 2024
1 parent c1c9a85 commit c28cf0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/handlers/erase_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ use anyhow::{anyhow, Result};
use tokio::fs;
use tracing::info;

use crate::{config::Config, helpers::directories::{self}};
use crate::{
config::Config,
helpers::directories::{self},
};

/// Starts the erase process based on the provided `Config`.
///
Expand Down

0 comments on commit c28cf0c

Please sign in to comment.