Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Feb 13, 2024
1 parent 3387f75 commit b742646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/test/content-collections-render.nodetest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import * as cheerio from 'cheerio';
import { loadFixture, isWindows } from './test-utils.js';
import testAdapter from './test-adapter.js';

if(!isWindows) {
describe()
if (!isWindows) {
describe();
}

describe('Content Collections - render()', () => {
Expand Down

0 comments on commit b742646

Please sign in to comment.