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