summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-03-22 21:44:22 -0400
committerseth <[email protected]>2024-03-22 21:44:22 -0400
commit4d830391b2d7715545b04709cde9fcd167480091 (patch)
tree8ae74de557344569077df4f36d867fa73892107d
parent7d3165862c8be772468a43ce2e75ccf2aa2aac13 (diff)
chore: fmt with stylua
-rw-r--r--config/options.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/options.lua b/config/options.lua
index ab03cbd..5277299 100644
--- a/config/options.lua
+++ b/config/options.lua
@@ -10,9 +10,9 @@ opt.termguicolors = true
local backupDir = vim.fn.stdpath("state") .. "/backup"
local b = io.open(backupDir, "r")
if b then
- b:close()
-else
- os.execute("mkdir -p " .. backupDir)
+ b:close()
+else
+ os.execute("mkdir -p " .. backupDir)
end
opt.backupdir = backupDir