From 80aa56ea90d9ead84b25dab2c427629c94b998fa Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:38:52 -0400 Subject: reformatting in toggleterm.lua --- after/plugin/toggleterm.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'after/plugin/toggleterm.lua') diff --git a/after/plugin/toggleterm.lua b/after/plugin/toggleterm.lua index b0cd2c8..b69e8f6 100644 --- a/after/plugin/toggleterm.lua +++ b/after/plugin/toggleterm.lua @@ -28,6 +28,4 @@ local glow = term:new({ } }) -function _glow() - glow:toggle() -end +function _glow() glow:toggle() end -- cgit v1.2.1