chore: stylua column width 120 -> 140, tidy

This commit is contained in:
Alexander Courtis
2023-10-07 15:17:54 +11:00
parent d4871d726b
commit 8a0524d6bd
8 changed files with 18 additions and 50 deletions

View File

@@ -62,13 +62,7 @@ local function pick_win_id()
end
if #M.window_picker.chars < #selectable then
notify.error(
string.format(
"More windows (%d) than actions.open_file.window_picker.chars (%d) - please add more.",
#selectable,
#M.window_picker.chars
)
)
notify.error(string.format("More windows (%d) than actions.open_file.window_picker.chars (%d) - please add more.", #selectable, #M.window_picker.chars))
return nil
end