fmt: applied formatting

This commit is contained in:
2026-06-18 11:29:03 -06:00
parent 530000bc2f
commit 4a01e9a66c
2 changed files with 10 additions and 14 deletions
+3 -3
View File
@@ -278,7 +278,7 @@ impl AppConfig {
if path.exists() {
return path.clone();
}
if let Some(translated) = paths::translate_sandboxed_home_path(path)
&& translated.exists()
{
@@ -287,10 +287,10 @@ impl AppConfig {
path.display(),
translated.display()
);
return translated;
}
gman::config::Config::local_provider_password_file()
}
None => gman::config::Config::local_provider_password_file(),