android: a trailing blank line where the dead helpers used to be
Desktop (Tauri) / Windows installer (cross-compiled) (push) Successful in 2m49s
Android / Kotlin + Rust (APK) (push) Failing after 4m20s
Desktop (Tauri) / Tauri desktop (Linux) (push) Successful in 4m49s
Desktop (Tauri) / Update manifest (push) Successful in 4s

Removing MIN_BODY_LINES took its declaration but left the newline in front of it,
so the file ended with a blank line. My pre-push sweep only looked for consecutive
blanks INSIDE a file and could not see one at the end — checked across the whole
Kotlin tree this time, not just the files I touched.
This commit is contained in:
2026-08-24 10:23:59 -04:00
parent b2435d97b6
commit eeca4d48c2
@@ -341,4 +341,3 @@ private const val AUTOSAVE_IDLE_MS = 1_000L
* sheet uses. Same shape as the capture surface this replaced, on purpose. * sheet uses. Same shape as the capture surface this replaced, on purpose.
*/ */
private val SHEET_CORNER = 28.dp private val SHEET_CORNER = 28.dp