From e1f1b40790a8cb7e64091fb12cc5ffe350363aa0 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Fri, 23 Jun 2023 04:29:59 +0000 Subject: [PATCH] Format with stylua --- lua/cmp/source.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/cmp/source.lua b/lua/cmp/source.lua index b48bdec..4028585 100644 --- a/lua/cmp/source.lua +++ b/lua/cmp/source.lua @@ -57,8 +57,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