mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 12:04:58 +00:00
refactor: format test/*
This commit is contained in:
@@ -13,7 +13,7 @@ local function test_case(name, expected)
|
||||
local filename = testdir .. pathsep .. name
|
||||
command('edit ' .. filename)
|
||||
for opt, val in pairs(expected) do
|
||||
eq(val, meths.get_option_value(opt, {buf=0}), name)
|
||||
eq(val, meths.get_option_value(opt, { buf = 0 }), name)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user