mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
style: make stylua happy
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user