Add comment for last change

This commit is contained in:
Jeremy Soller 2022-12-08 10:35:13 -07:00
parent 69e41a558c
commit 3d60d55309
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -607,6 +607,7 @@ impl ShapeLine {
}
if x == start_x && word.blank {
// Skip blank words at start of line
continue;
}