From cc683345c9db37d6f14732fa9e4bca7933b3891e Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Sun, 20 Oct 2024 04:57:03 +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 c0f1048..4603c25 100644 --- a/lua/cmp/source.lua +++ b/lua/cmp/source.lua @@ -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