Tidy comment whitespace

This commit is contained in:
ConnorSkees 2020-01-25 10:11:26 -05:00
parent 9503b3288b
commit 05503b3a16

View File

@ -17,6 +17,7 @@ pub(crate) enum Unit {
Pt,
/// Picas
Pc,
// Font relative units
/// Font size of the parent element
Em,
@ -82,6 +83,7 @@ pub(crate) enum Unit {
/// Alias for dppx
X,
// Other units
/// Represents a fraction of the available space in the grid container
Fr,