fix formatting

This commit is contained in:
Simon Gardling 2022-06-01 00:58:20 -04:00
parent 15eea56b47
commit 8e8afd9876

View File

@ -25,10 +25,8 @@ fn font_stripper(from: &str, out: &str, unicodes: &[&str]) -> Result<Vec<u8>, St
let script_result = run_script::run(
&format!(
"
pyftsubset {}/assets/{} --unicodes={}
mv {}/assets/{} {}
",
"pyftsubset {}/assets/{} --unicodes={}
mv {}/assets/{} {}",
env!("CARGO_MANIFEST_DIR"),
from,
unicodes_formatted,