Skip to content

Commit de59c0b

Browse files
authored
Remove semicolons from code_snippets.md
1 parent 26c5981 commit de59c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/code_snippets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ String variation = EppoClient.getInstance().getStringAssignment(
142142
## Android (Kotlin)
143143
```kotlin
144144
import cloud.eppo.android.EppoClient
145-
import cloud.eppo.api.Attributes;
146-
import cloud.eppo.api.EppoValue;
145+
import cloud.eppo.api.Attributes
146+
import cloud.eppo.api.EppoValue
147147

148148
val variation = EppoClient.getInstance().getStringAssignment(
149149
experimentKey = "my-feature-flag",

0 commit comments

Comments
 (0)