From 04f2f864e270e772c6326cefdf24947f0130e492 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 3 Jan 2024 02:09:18 +0100 Subject: refactor: format test/* --- test/functional/lua/text_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/lua/text_spec.lua') diff --git a/test/functional/lua/text_spec.lua b/test/functional/lua/text_spec.lua index 68206557c3..e31aa63768 100644 --- a/test/functional/lua/text_spec.lua +++ b/test/functional/lua/text_spec.lua @@ -20,4 +20,3 @@ describe('vim.text', function() end) end) end) - -- cgit