From 660559ba7874ef298d32cad9b03b8da747885b54 Mon Sep 17 00:00:00 2001 From: MisanthropicBit Date: Fri, 23 Aug 2024 23:13:05 +0200 Subject: [PATCH] Styling --- lua/neotest-busted/busted-util.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/neotest-busted/busted-util.lua b/lua/neotest-busted/busted-util.lua index f67bbb2..db889db 100644 --- a/lua/neotest-busted/busted-util.lua +++ b/lua/neotest-busted/busted-util.lua @@ -101,7 +101,9 @@ local function get_runtime_test_info(tree) -- 'describe' where only the test name is listed by busted -- -- https://github.com/lunarmodules/busted/issues/743 - logger.warn("Top-level 'it' found which is not currently supported for parametric tests") + logger.warn( + "Top-level 'it' found which is not currently supported for parametric tests" + ) end end