From 24922fdb326589f40b06a1a91a4fa10701c17aee Mon Sep 17 00:00:00 2001 From: Ben Puryear <54869170+Ben10164@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:17:59 -0700 Subject: [PATCH] Removed blank line --- lua/lazyvim/plugins/extras/lang/json.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/json.lua b/lua/lazyvim/plugins/extras/lang/json.lua index a11921af..174870d5 100644 --- a/lua/lazyvim/plugins/extras/lang/json.lua +++ b/lua/lazyvim/plugins/extras/lang/json.lua @@ -61,7 +61,6 @@ return { { "M", "JsonMinifySelection", ft = "json", desc = "Minify JSON in selected text" }, { "u", "JsonUnescapeFile", ft = "json", desc = "Unescape JSON in entire file" }, { "U", "JsonUnescapeSelection", ft = "json", desc = "Unescape JSON in selected text" }, - }, },