mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
style: make stylua happy
This commit is contained in:
@@ -1104,11 +1104,11 @@ local tvspec = {
|
||||
}
|
||||
function dobj:fmt0(str)
|
||||
return (
|
||||
gsub(str, "%%[%a%%\b\f]", function(x)
|
||||
local f = tvspec[x]
|
||||
return (f and f(self)) or x
|
||||
end)
|
||||
)
|
||||
gsub(str, "%%[%a%%\b\f]", function(x)
|
||||
local f = tvspec[x]
|
||||
return (f and f(self)) or x
|
||||
end)
|
||||
)
|
||||
end
|
||||
function dobj:fmt(str)
|
||||
str = str or self.fmtstr or fmtstr
|
||||
|
||||
Reference in New Issue
Block a user