Reformat code
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package nl.astraeus.css.properties
|
||||
|
||||
class EmptyCells(
|
||||
value: String
|
||||
value: String
|
||||
) : CssProperty(value) {
|
||||
|
||||
companion object {
|
||||
val show = EmptyCells("show")
|
||||
val hide = EmptyCells("hide")
|
||||
val initial = EmptyCells("initial")
|
||||
val inherit = EmptyCells("inherit")
|
||||
}
|
||||
companion object {
|
||||
val show = EmptyCells("show")
|
||||
val hide = EmptyCells("hide")
|
||||
val initial = EmptyCells("initial")
|
||||
val inherit = EmptyCells("inherit")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user