From 4d830391b2d7715545b04709cde9fcd167480091 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 22 Mar 2024 21:44:22 -0400 Subject: chore: fmt with stylua --- config/options.lua | 6 +++--- 1 file 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 -- cgit v1.2.3