about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-16 19:27:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-16 19:27:58 -0700
commit0ac44f0756fe507ade41296b6e0cf3df9eab4863 (patch)
treea01a63c20c5bd902f1a8361f59b3b79c8ffd335c /edit.lua
parentf61d4269f50fa317f02fc2195baa4bd758aee525 (diff)
downloadlines.love-0ac44f0756fe507ade41296b6e0cf3df9eab4863.tar.gz
formatting
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index 21e7d86..abb6260 100644
--- a/edit.lua
+++ b/edit.lua
@@ -142,7 +142,7 @@ function edit.draw(State)
                      end
                      schedule_save(State)
                      record_undo_event(State, {before=Drawing.before, after=snapshot(State, line_index-1, line_index+1)})
-                   end
+                   end,
       })
       if State.search_term == nil then
         if line_index == State.cursor1.line then