diff --git a/bin/src/utils/sqf/case.rs b/bin/src/utils/sqf/case.rs index cd221bd4..9c185aca 100644 --- a/bin/src/utils/sqf/case.rs +++ b/bin/src/utils/sqf/case.rs @@ -165,6 +165,8 @@ fn file(file: &Path) -> Result { } } } + // flush buffer if we ended on non-whitepsace + check_buffer(&mut out, &mut buffer, &wiki); // Write the file if content != out {