[ci] format

This commit is contained in:
bholmesdev 2022-03-18 21:30:38 +00:00 committed by GitHub Actions
parent 0a3d3e51a6
commit 0f376a7c52
2 changed files with 3 additions and 4 deletions

View file

@ -52,7 +52,6 @@ pre.astro-code > code {
all: unset; all: unset;
} }
/********************************************************* /*********************************************************
* Line highlighting * Line highlighting
*/ */

View file

@ -69,7 +69,7 @@ describe('Astro Markdown', () => {
}); });
function isAstroScopedClass(cls) { function isAstroScopedClass(cls) {
return /^astro-.*/.test(cls) return /^astro-.*/.test(cls);
} }
it('Scoped styles should be applied to syntax highlighted lines', async () => { it('Scoped styles should be applied to syntax highlighted lines', async () => {