style(format): run stylua

This commit is contained in:
akinsho 2023-11-27 14:40:21 +00:00 committed by github-actions[bot]
parent 0731e99de5
commit 01d710fc0f

View file

@ -324,9 +324,9 @@ function Terminal:send(cmd, go_back)
end
--check for os type and perform os specific clear command
function Terminal:clear()
local clear = is_windows and "cls" or "clear"
self:send(term)
function Terminal:clear()
local clear = is_windows and "cls" or "clear"
self:send(term)
end
---Update the directory of an already opened terminal