style: make stylua happy

This commit is contained in:
Thomas Lambert
2023-02-11 23:11:42 +01:00
parent 6290e52f97
commit b0e9016c35
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ function M.prompt_title(ext, defaultFile, callback)
prompt = "Title: ",
cancelreturn = canceledStr,
completion = "file",
default = defaultFile
default = defaultFile,
}, function(title)
if not title then
title = ""