Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Sep 12, 2024
1 parent 450cdd0 commit c0516ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub fn load_configuration(
"{:?} not found, using {}.toml instead (based on hostname)",
local_config, hostname
);
local_config_buf.set_file_name(&format!("{hostname}.toml"));
local_config_buf.set_file_name(format!("{hostname}.toml"));
}

let local: LocalConfig = filesystem::load_file(local_config_buf.as_path())
Expand Down

0 comments on commit c0516ce

Please sign in to comment.