From 05503b3a1691f132e754d34990cbaed32f517eab Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 25 Jan 2020 10:11:26 -0500 Subject: [PATCH] Tidy comment whitespace --- src/units.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/units.rs b/src/units.rs index c610183..c2606ee 100644 --- a/src/units.rs +++ b/src/units.rs @@ -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,