Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Nov 3, 2022
1 parent e3cddb4 commit e7dc8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/astro/test/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ export async function loadFixture(inlineConfig) {
// TODO: Remove this to test in Node >= 17 where the dns resolver is verbatim
if (!inlineConfig?.server) {
inlineConfig.server = {
host: '127.0.0.1'
}
host: '127.0.0.1',
};
}

// load config
let cwd = inlineConfig.root;
delete inlineConfig.root;
Expand Down

0 comments on commit e7dc8b9

Please sign in to comment.