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 2239293
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 2239293

Please # to comment.