style: fixed formatting

This commit is contained in:
Folke Lemaitre
2022-09-05 12:06:20 +02:00
parent 941f7a87ac
commit f2a76d28a2
4 changed files with 53 additions and 53 deletions

View File

@@ -4,8 +4,8 @@ local M = {}
--- @param colors ColorScheme
function M.generate(colors)
local xr = util.template(
[[
local xr = util.template(
[[
! TokyoNight colors for Xresources
*background: ${bg}
@@ -30,9 +30,9 @@ function M.generate(colors)
*color15: ${fg}
]],
colors
)
return xr
colors
)
return xr
end
return M