aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/dispatcher.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvim-lsp-installer/dispatcher.lua')
-rw-r--r--lua/nvim-lsp-installer/dispatcher.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/dispatcher.lua b/lua/nvim-lsp-installer/dispatcher.lua
index 7a53d17d..0ad41897 100644
--- a/lua/nvim-lsp-installer/dispatcher.lua
+++ b/lua/nvim-lsp-installer/dispatcher.lua
@@ -1,4 +1,4 @@
-local notify = require("nvim-lsp-installer.notify")
+local notify = require "nvim-lsp-installer.notify"
local M = {}