Skip to content

Commit 76b7df5

Browse files
committed
Spaces
1 parent bb990b8 commit 76b7df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/jonathanxd/kores/bytecode/BytecodeOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ enum class NestAccessGenerationMode {
271271
/**
272272
* Synthetic and Bridge based inner class private member access.
273273
*/
274-
SYNTHETIC_ONLY,
274+
SYNTHETIC_ONLY,
275275

276276
/**
277277
* Nest-based inner class private member access, as specified in [JEP 181](https://openjdk.java.net/jeps/181).

0 commit comments

Comments
 (0)