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
|
||||
max_length = max_length(self)
|
||||
end
|
||||
|
||||
|
||||
if max_length == 0 then
|
||||
max_length = math.floor(2 * vim.o.columns / 3)
|
||||
end
|
||||
|
|
|
@ -79,7 +79,7 @@ function M:update_status()
|
|||
if type(max_length) == 'function' then
|
||||
max_length = max_length(self)
|
||||
end
|
||||
|
||||
|
||||
if max_length == 0 then
|
||||
max_length = math.floor(vim.o.columns / 3)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue