style: run stylua

This commit is contained in:
Ade Attwood 2023-04-26 07:21:36 +01:00
parent 9017b2c322
commit 2a72162150

View file

@ -38,7 +38,7 @@ utils.command_finder = function(command, min)
return {}
end
local results = {};
local results = {}
for line in handle:lines() do
table.insert(results, { content = line })
end