update style

This commit is contained in:
asep komarudin 2023-01-28 16:22:08 +07:00
parent 84055f2ebe
commit c1f16ee01e

View file

@ -50,7 +50,8 @@ local diff = {
local mode = { local mode = {
"mode", "mode",
fmt = function(str) fmt = function(str)
return "-- " .. str .. " --" -- return " " .. str
return "" .. str
end, end,
} }