From acdec9916318151c18c90b7a690ed60a53f1b219 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 1 Apr 2022 00:51:12 +0200 Subject: chore: update formatting for stylua update --- scripts/check-queries.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/check-queries.lua') diff --git a/scripts/check-queries.lua b/scripts/check-queries.lua index 3397a998..ff2cb6bb 100755 --- a/scripts/check-queries.lua +++ b/scripts/check-queries.lua @@ -65,9 +65,9 @@ local function do_check() if query then for _, capture in ipairs(query.captures) do local is_valid = ( - vim.startswith(capture, "_") -- Helpers. - or vim.tbl_contains(captures[query_type], capture) - ) + vim.startswith(capture, "_") -- Helpers. + or vim.tbl_contains(captures[query_type], capture) + ) if not is_valid then local error = string.format("(x) Invalid capture @%s in %s for %s.", capture, query_type, lang) io_print(error) -- cgit v1.2.3