Format with stylua

This commit is contained in:
hrsh7th
2023-08-26 15:31:42 +00:00
committed by github-actions[bot]
parent 026ef9445e
commit 5dce1b778b

View File

@@ -14,7 +14,6 @@ local compare = {}
---@alias cmp.ComparatorFunction fun(entry1: cmp.Entry, entry2: cmp.Entry): boolean | nil
---@alias cmp.Comparator cmp.ComparatorFunction | cmp.ComparatorFunctor
---offset: Entries with smaller offset will be ranked higher.
---@type cmp.ComparatorFunction
compare.offset = function(entry1, entry2)