Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonludwig committed May 22, 2022
1 parent d281a63 commit 0186083
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lua/yaml-companion/select/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ M.open_ui_select = function()
return
end

vim.ui.select(
schemas,
{ format_item = display_schema_item, prompt = "Schema" },
select_schema
)
vim.ui.select(schemas, { format_item = display_schema_item, prompt = "Schema" }, select_schema)
end

return M

0 comments on commit 0186083

Please sign in to comment.