chore: formated with stylua (#410)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0928fef6c2
commit
7eff9bbeb4
|
@ -96,7 +96,7 @@ function M:update_status()
|
||||||
if type(max_length) == 'function' then
|
if type(max_length) == 'function' then
|
||||||
max_length = max_length(self)
|
max_length = max_length(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
if max_length == 0 then
|
if max_length == 0 then
|
||||||
max_length = math.floor(2 * vim.o.columns / 3)
|
max_length = math.floor(2 * vim.o.columns / 3)
|
||||||
end
|
end
|
||||||
|
|
|
@ -79,7 +79,7 @@ function M:update_status()
|
||||||
if type(max_length) == 'function' then
|
if type(max_length) == 'function' then
|
||||||
max_length = max_length(self)
|
max_length = max_length(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
if max_length == 0 then
|
if max_length == 0 then
|
||||||
max_length = math.floor(vim.o.columns / 3)
|
max_length = math.floor(vim.o.columns / 3)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue