From d89b30cbeb3bc7e72ba8f417b5db49574b6b8603 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 18 Sep 2025 23:23:45 -0400 Subject: [PATCH] fix(ci): format --- spec/integration_spec.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/integration_spec.lua b/spec/integration_spec.lua index 98959ec..60f97db 100644 --- a/spec/integration_spec.lua +++ b/spec/integration_spec.lua @@ -143,12 +143,13 @@ describe('cp integration', function() local test_module = require('cp.test') local state = test_module.get_test_panel_state() - state.test_cases = - { { + state.test_cases = { + { input = '1 2', expected = '3', status = 'pending', - } } + }, + } local context = { source_file = 'test.cpp',