From 969764766ba117f116956a2bf4b43ed097cbecff Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 22 Apr 2023 22:47:08 +0200 Subject: [PATCH] Force line break --- README.md | 4 ++-- build.gradle.kts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0000207..abb80e5 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ And then you'll have access to the `sealedObjectInstances()` extension on the co val flags: Set = FeatureFlag::class.sealedObjectInstances() ``` -> **Note** -> Alternatively, you can annotate the `companion object` to access a simpler extension function (no more `::class` prefix). +> **Note** +> You can annotate the `companion object` to access a simpler extension function (no more `::class` prefix). > ```kotlin > sealed class FeatureFlag { > @SealedObjectInstances companion object diff --git a/build.gradle.kts b/build.gradle.kts index b3dff37..cecd1e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,6 @@ allprojects { val licenseHeader = rootProject.file("spotless/spotless.kt") format("misc") { target("**/*.md", "**/.gitignore") - trimTrailingWhitespace() endWithNewline() } kotlin {