style: format config settings changes

This commit is contained in:
2026-05-17 02:41:17 -07:00
parent 309ce6ef8f
commit 58f5fff6ad
6 changed files with 10 additions and 20 deletions
+1 -2
View File
@@ -199,8 +199,7 @@ test('subtitleStyle nPlusOneColor accepts valid values and warns on invalid', ()
assert.ok(
invalid.warnings.some(
(warning) =>
warning.path === 'subtitleStyle.nPlusOneColor' &&
warning.message === 'Expected hex color.',
warning.path === 'subtitleStyle.nPlusOneColor' && warning.message === 'Expected hex color.',
),
);
});