style: Applied formatting

This commit is contained in:
2025-10-16 13:01:37 -06:00
parent a410818015
commit 680b71e13d
5 changed files with 3177 additions and 3177 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ impl Functions {
.extension()
.and_then(OsStr::to_str)
.map(|s| s.to_lowercase());
#[cfg_attr(not(unix), expect(dead_code))]
#[cfg_attr(not(unix), expect(dead_code))]
let is_script = matches!(file_extension.as_deref(), Some("sh") | Some("py"));
if file_path.exists() {