Skip to content

Commit 7e62d90

Browse files
committed
fix: apply cargo fmt formatting
1 parent 39702da commit 7e62d90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ fn get_config_path() -> Result<PathBuf> {
243243
Ok(config_dir.join("config.toml"))
244244
}
245245

246-
247246
pub fn load_config_at(custom_path: Option<&Path>) -> Result<Config> {
248247
let path = match custom_path {
249248
Some(p) => p.to_path_buf(),

0 commit comments

Comments
 (0)