From 5be7f3f2d2e076e237bcd12be9a2fdbce2b2e875 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 19 Jan 2021 12:36:58 -0600 Subject: [PATCH] Re-add comment --- lcd.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lcd.lua b/lcd.lua index f655843..bb753b7 100644 --- a/lcd.lua +++ b/lcd.lua @@ -84,6 +84,7 @@ local create_lines = function(text) line = word end else + -- don't add the space since we have a line break if word ~= " " then if line_len > 0 then -- ok, we need the new line