Skip to content

Commit b22b3d4

Browse files
committed
revert some line break change
1 parent 987f9c9 commit b22b3d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/eca/server.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ function M:_run(server_path, opts)
116116
---@param out vim.SystemCompleted
117117
on_exit = function(out)
118118
if out.code ~= 0 then
119-
require("eca.logger").notify(string.format("Server exited with status code %d", out.code), vim.log.levels
120-
.ERROR)
119+
require("eca.logger").notify(string.format("Server exited with status code %d", out.code), vim.log.levels.ERROR)
121120
end
122121
end,
123122
})

0 commit comments

Comments
 (0)