J2K: preserving line breaks between enum members from original code
This commit is contained in:
+1
-5
@@ -1,9 +1,5 @@
|
||||
enum class Color {
|
||||
WHITE,
|
||||
BLACK,
|
||||
RED,
|
||||
YELLOW,
|
||||
BLUE;
|
||||
WHITE, BLACK, RED, YELLOW, BLUE;
|
||||
override fun toString(): String {
|
||||
return "COLOR"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user