From abc57f1c5a4fcf90acc650989f3dbf52b7609e9a Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 19 Jun 2023 05:36:12 +0100 Subject: fix trailing whitespace --- server/db.lua | 2 +- server/map.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'server') diff --git a/server/db.lua b/server/db.lua index 4a6e6d3..cc28b77 100644 --- a/server/db.lua +++ b/server/db.lua @@ -11,7 +11,7 @@ local function txn(writeable) return assert(env:txn_begin(writeable)) end - + return { env=env, txn=txn, diff --git a/server/map.lua b/server/map.lua index 7b2e62b..e8be2ff 100644 --- a/server/map.lua +++ b/server/map.lua @@ -26,7 +26,6 @@ function MapS.obtain(self,cp) self:add_chunk(ch) return ch end - end function MapS.save_chunk(self,cp,txn) -- cgit v1.2.3