Skip to content

Commit

Permalink
Eliminated long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jan 23, 2025
1 parent 80f68df commit 9bf801b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/core/cataclysm.PropertyDef.scala
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ object PropertyDef:
erased given margin1: ("margin" is PropertyDef[Dimension]) = ###
erased given margin2: ("margin" is PropertyDef[(Dimension, Dimension)]) = ###
erased given margin3: ("margin" is PropertyDef[(Dimension, Dimension, Dimension)]) = ###
erased given margin4: ("margin" is PropertyDef[(Dimension, Dimension, Dimension, Dimension)]) = ###

erased given margin4: ("margin" is PropertyDef[(Dimension, Dimension, Dimension, Dimension)]) =
###

erased given marginBottom: ("marginBottom" is PropertyDef[Dimension]) = ###
erased given marginLeft: ("marginLeft" is PropertyDef[Dimension]) = ###
erased given marginRight: ("marginRight" is PropertyDef[Dimension]) = ###
Expand Down Expand Up @@ -301,7 +304,10 @@ object PropertyDef:
erased given textDecorationColor1: [ColorType] => (erased ColorType is Chromatic) => ("textDecorationColor" is PropertyDef[ColorType]) = ###
erased given textDecorationColor2: ("textDecorationColor" is PropertyDef[Transparent.type]) = ###
erased given textDecorationLine: ("textDecorationLine" is PropertyDef[TextDecorationLine]) = ###
erased given textDecorationStyle: ("textDecorationStyle" is PropertyDef[TextDecorationStyle]) = ###

erased given textDecorationStyle: ("textDecorationStyle" is PropertyDef[TextDecorationStyle]) =
###

erased given textIndent: ("textIndent" is PropertyDef[Dimension]) = ###
erased given textJustify: ("textJustify" is PropertyDef[Text]) = ###
erased given textOrientation: ("textOrientation" is PropertyDef[Text]) = ###
Expand Down

0 comments on commit 9bf801b

Please sign in to comment.