mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Fix useless format! clippy warning in asset_snapshot
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cffb00bcdb
commit
e911a60220
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ pub fn build_find_command(root: &str, platform: &str) -> String {
|
|||
}
|
||||
_ => {
|
||||
// Linux: use -printf for size, mtime, and relative path
|
||||
cmd.push_str(&format!(" -printf '%s\\t%T@\\t%P\\n'"));
|
||||
cmd.push_str(" -printf '%s\\t%T@\\t%P\\n'");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue