J2K: preserving line breaks between enum members from original code
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
enum class Color private constructor(public val code: Int) {
|
||||
WHITE(21),
|
||||
BLACK(22),
|
||||
RED(23),
|
||||
YELLOW(24),
|
||||
BLUE(25)
|
||||
WHITE(21), BLACK(22), RED(23), YELLOW(24), BLUE(25)
|
||||
}
|
||||
Reference in New Issue
Block a user