diff --git a/lua/conform/formatters/trim_newlines.lua b/lua/conform/formatters/trim_newlines.lua index de7987ab..fdedfd8a 100644 --- a/lua/conform/formatters/trim_newlines.lua +++ b/lua/conform/formatters/trim_newlines.lua @@ -1,7 +1,7 @@ ---@type conform.FileLuaFormatterConfig return { meta = { - url = "https://github.com/stevearc/conform.nvim/blob/master/lua/conform/formatters/trim_whitespace.lua", + url = "https://github.com/stevearc/conform.nvim/blob/master/lua/conform/formatters/trim_newlines.lua", description = "Trim empty lines at the end of the file.", }, format = function(self, ctx, lines, callback)