From 102b69d4d7de4a1ecf6fd18d11a6ec4f8e167f85 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 21 Sep 2025 14:29:46 -0400 Subject: [PATCH] fix(ci): format --- spec/config_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/config_spec.lua b/spec/config_spec.lua index 6bff123..9724832 100644 --- a/spec/config_spec.lua +++ b/spec/config_spec.lua @@ -189,7 +189,7 @@ describe('cp.config', function() test = { rust = { test = { './target/release/solution' }, - extension = 'rs' + extension = 'rs', }, }, }, @@ -212,7 +212,7 @@ describe('cp.config', function() local result = config.setup(user_config) - assert.is_true(vim.tbl_contains({'cpp', 'python'}, result.contests.test.default_language)) + assert.is_true(vim.tbl_contains({ 'cpp', 'python' }, result.contests.test.default_language)) end) it('preserves explicit default_language', function()