From eeca4d48c2f63eb4db31bb22b68c7bb47ec47742 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 24 Aug 2026 10:23:59 -0400 Subject: [PATCH] android: a trailing blank line where the dead helpers used to be MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt index 5aa8dcf..6670eeb 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt @@ -341,4 +341,3 @@ private const val AUTOSAVE_IDLE_MS = 1_000L * sheet uses. Same shape as the capture surface this replaced, on purpose. */ private val SHEET_CORNER = 28.dp -