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)
|
function dobj:fmt0(str)
|
||||||
return (
|
return (
|
||||||
gsub(str, "%%[%a%%\b\f]", function(x)
|
gsub(str, "%%[%a%%\b\f]", function(x)
|
||||||
local f = tvspec[x]
|
local f = tvspec[x]
|
||||||
return (f and f(self)) or x
|
return (f and f(self)) or x
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
function dobj:fmt(str)
|
function dobj:fmt(str)
|
||||||
str = str or self.fmtstr or fmtstr
|
str = str or self.fmtstr or fmtstr
|
||||||
|
|||||||
Reference in New Issue
Block a user