From 7c3289fded1f75f6e060f56bd06edc2a327744d9 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 6 May 2025 16:51:24 -0500 Subject: kitchen sink again :( --- lua/snippets/java.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/snippets/java.lua') diff --git a/lua/snippets/java.lua b/lua/snippets/java.lua index ebd1233..1cb8162 100644 --- a/lua/snippets/java.lua +++ b/lua/snippets/java.lua @@ -1,5 +1,5 @@ -require('core.snippets.shorthands') -require('core.snippets.functions') +require("core.snippets.shorthands") +require("core.snippets.functions") --- shortcut to choose between java access modifiers ---@param idx number index of the node -- cgit v1.2.1