From 7e2011899090130793b25956ff32b37993863520 Mon Sep 17 00:00:00 2001 From: Michael Sims Date: Sat, 27 Dec 2025 13:37:03 -0600 Subject: [PATCH] Fix comment formatting commit-id: Ib9d4f25e --- .../src/test/kotlin/sims/michael/gitjaspr/GitJasprTest.kt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/git-jaspr/src/test/kotlin/sims/michael/gitjaspr/GitJasprTest.kt b/git-jaspr/src/test/kotlin/sims/michael/gitjaspr/GitJasprTest.kt index 4439797..6e616d5 100644 --- a/git-jaspr/src/test/kotlin/sims/michael/gitjaspr/GitJasprTest.kt +++ b/git-jaspr/src/test/kotlin/sims/michael/gitjaspr/GitJasprTest.kt @@ -3449,11 +3449,9 @@ interface GitJasprTest { ) // It may seem silly to repeat what is already defined in GitJaspr.HEADER, but if a dev changes - // the header I want - // these tests to break so that any such changes are very deliberate. This is a compromise - // between referencing the - // same value from both tests and prod and the other extreme of repeating this header text - // manually in every test. + // the header, I want these tests to break so that any such changes are very deliberate. This is + // a compromise between referencing the same value from both tests and prod and the other + // extreme of repeating this header text manually in every test. private fun String.toStatusString( actual: String, namedStackInfo: NamedStackInfo? = null,