Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsh7th authored and github-actions[bot] committed Oct 20, 2024
1 parent 07f3f00 commit cc68334
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/cmp/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ source.reset = function(self)
self.request_offset = -1
self.completion_context = nil
self.status = source.SourceStatus.WAITING
self.complete_dedup(function()
end)
self.complete_dedup(function() end)
end

---Return source config
Expand Down

0 comments on commit cc68334

Please sign in to comment.