From 3d60d553090ffa7b465a03954887a1b78c109955 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 8 Dec 2022 10:35:13 -0700 Subject: [PATCH] Add comment for last change --- src/shape.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shape.rs b/src/shape.rs index 9f8842b..00d4501 100644 --- a/src/shape.rs +++ b/src/shape.rs @@ -607,6 +607,7 @@ impl ShapeLine { } if x == start_x && word.blank { + // Skip blank words at start of line continue; }