fix: format

This commit is contained in:
Barrett Ruth 2025-09-12 18:15:44 -05:00
parent 9b30ceed95
commit c13939c268

View file

@ -253,7 +253,7 @@ function M.handle_command(opts)
local similar_contests = vim.tbl_filter(function(contest)
return contest:find(cmd:sub(1, 3), 1, true) == 1
end, competition_types)
if #similar_contests > 0 then
log(
("unknown contest type '%s'. Did you mean: %s"):format(cmd, table.concat(similar_contests, ", ")),