Skip to content

Commit

Permalink
Even more stylua fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kongsgaard authored and Daniel Kongsgaard committed Oct 12, 2023
1 parent 3325189 commit 6eaeedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ibl/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ M.refresh = function(bufnr)
local scope_end = row == scope_row_end
local current_indent_active = row >= current_indent_row_start
and row <= current_indent_row_end and
config.current_indent.enabled
and row <= current_indent_row_end
and config.current_indent.enabled
if scope_start and scope then
scope_col_start = whitespace_len
Expand Down

0 comments on commit 6eaeedb

Please sign in to comment.