Skip to content

Commit

Permalink
chore(style): fix test_ui.lua formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
willothy committed Jun 1, 2024
1 parent 903587f commit 2c2c91d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ T['focus_ui']['relativenumber with split'] = function()
)
end

T['focus_ui']['relativenumber and absolutenumber_unfocussed with split'] = function(
)
T['focus_ui']['relativenumber and absolutenumber_unfocussed with split'] = function()
reload_module({
ui = { relativenumber = true, absolutenumber_unfocussed = true },
})
Expand Down Expand Up @@ -243,8 +242,7 @@ T['focus_ui']['hybridnumber with split'] = function()
)
end

T['focus_ui']['hybridnumber and absolutenumber_unfocussed with split'] = function(
)
T['focus_ui']['hybridnumber and absolutenumber_unfocussed with split'] = function()
reload_module({
ui = { hybridnumber = true, absolutenumber_unfocussed = true },
})
Expand Down

0 comments on commit 2c2c91d

Please sign in to comment.