Skip to content

Commit

Permalink
Force line break
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Apr 22, 2023
1 parent 248e4b6 commit 9697647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ And then you'll have access to the `sealedObjectInstances()` extension on the co
val flags: Set<FeatureFlag> = 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
Expand Down
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ allprojects {
val licenseHeader = rootProject.file("spotless/spotless.kt")
format("misc") {
target("**/*.md", "**/.gitignore")
trimTrailingWhitespace()
endWithNewline()
}
kotlin {
Expand Down

0 comments on commit 9697647

Please # to comment.