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 1fd8b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ And then you'll have access to the `sealedObjectInstances()` extension on the co
val flags: Set<FeatureFlag> = FeatureFlag::class.sealedObjectInstances()
```

> **Note**
> **Note**
> Alternatively, you can annotate the `companion object` to access a simpler extension function (no more `::class` prefix).
> ```kotlin
> sealed class FeatureFlag {
Expand Down

0 comments on commit 1fd8b86

Please # to comment.