about summary refs log tree commit diff stats
path: root/app.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 /app.lua
parentf61d4269f50fa317f02fc2195baa4bd758aee525 (diff)
downloadview.love-0ac44f0756fe507ade41296b6e0cf3df9eab4863.tar.gz
formatting
Diffstat (limited to 'app.lua')
-rw-r--r--app.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/app.lua b/app.lua
index ff6a7de..1fa94ba 100644
--- a/app.lua
+++ b/app.lua
@@ -304,7 +304,7 @@ function App.open_for_writing(filename)
               end
             end,
     close = function(self)
-            end
+            end,
   }
 end
 
@@ -314,7 +314,7 @@ function App.open_for_reading(filename)
               return App.filesystem[filename]:gmatch('[^\n]+')
             end,
     close = function(self)
-            end
+            end,
   }
 end