Skip to content

Commit

Permalink
style: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed Mar 13, 2024
1 parent 2b60d63 commit 1f6e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluere-config/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::Config;
use dirs::config_dir;

#[cfg(feature = "log")]
use log::{debug, error, info, warn};
use log::{debug, error, warn};

impl Config {
pub fn new() -> Self {
Expand Down

0 comments on commit 1f6e6af

Please sign in to comment.