From c255b170d4e2b27705c2b8104ad819c0429f975d Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 26 Aug 2026 17:01:40 -0400 Subject: [PATCH] ktlint: a stray blank line from the append Co-Authored-By: Claude Opus 5 --- .../src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt index fd3afba..44eeed5 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/DerivedTint.kt @@ -147,7 +147,6 @@ fun noteColorIsChosen( known: Set, ): Boolean = labelColor.isNotEmpty() || (color.isNotEmpty() && color != "default" && color in known) - // --------------------------------------------------------------------------- // The fill for an UNTAGGED note, which is a different job from the palette above. //