diff options
author | ubq323 <ubq323@ubq323.website> | 2023-06-19 05:36:12 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-06-19 05:36:12 +0100 |
commit | abc57f1c5a4fcf90acc650989f3dbf52b7609e9a (patch) | |
tree | bebee9469fae4aaf26216478ab66b7c332cde1d3 /server | |
parent | 16f350963e8b696690534cab2fd3b6eb681731c1 (diff) |
fix trailing whitespace
Diffstat (limited to 'server')
-rw-r--r-- | server/db.lua | 2 | ||||
-rw-r--r-- | server/map.lua | 1 |
2 files changed, 1 insertions, 2 deletions
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) |