fix(ci): format

This commit is contained in:
Barrett Ruth 2025-09-21 14:29:46 -04:00
parent 965e47a1df
commit 102b69d4d7

View file

@ -189,7 +189,7 @@ describe('cp.config', function()
test = { test = {
rust = { rust = {
test = { './target/release/solution' }, test = { './target/release/solution' },
extension = 'rs' extension = 'rs',
}, },
}, },
}, },