From 83f2f4123827ae194be39d9de328f5b8d14536d0 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 27 Sep 2021 22:55:13 +0200 Subject: fix stylua (#104) --- lua/nvim-lsp-installer/ui/status-win/init.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-lsp-installer/ui/status-win/init.lua b/lua/nvim-lsp-installer/ui/status-win/init.lua index 15e2696f..10fd5559 100644 --- a/lua/nvim-lsp-installer/ui/status-win/init.lua +++ b/lua/nvim-lsp-installer/ui/status-win/init.lua @@ -94,7 +94,10 @@ local function PendingServers(servers) { LIST_ICON, has_failed and "LspInstallerError" or "LspInstallerOrange" }, { " " .. server.name, server.installer.is_running and "Normal" or "LspInstallerGray" }, { " " .. note, "Comment" }, - { has_failed and "" or (" " .. get_last_non_empty_line(server.installer.tailed_output)), "Comment" }, + { + has_failed and "" or (" " .. get_last_non_empty_line(server.installer.tailed_output)), + "Comment", + }, }, }, Ui.When(has_failed, function() -- cgit v1.2.3-70-g09d2