[ci] format
This commit is contained in:
parent
0a3d3e51a6
commit
0f376a7c52
2 changed files with 3 additions and 4 deletions
|
@ -52,7 +52,6 @@ pre.astro-code > code {
|
|||
all: unset;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************
|
||||
* Line highlighting
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,7 @@ describe('Astro Markdown', () => {
|
|||
});
|
||||
|
||||
function isAstroScopedClass(cls) {
|
||||
return /^astro-.*/.test(cls)
|
||||
return /^astro-.*/.test(cls);
|
||||
}
|
||||
|
||||
it('Scoped styles should be applied to syntax highlighted lines', async () => {
|
||||
|
|
Loading…
Reference in a new issue