Skip to content

Commit 1f6b4cb

Browse files
committed
fix formatting
1 parent 53c6368 commit 1f6b4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/puppeteer-environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ try {
2424
console.log('Using NodeEnvironment directly as constructor');
2525
NodeEnvironmentClass = NodeEnvironment;
2626
} else if (
27-
NodeEnvironment.default &&
27+
NodeEnvironment.default &&
2828
typeof NodeEnvironment.default === 'function'
2929
) {
3030
console.log('Using NodeEnvironment.default as constructor');
@@ -37,7 +37,7 @@ try {
3737
console.log('Falling back to direct import');
3838
NodeEnvironmentClass = NodeEnvironment;
3939
}
40-
40+
4141
// Verify we have a valid constructor
4242
if (typeof NodeEnvironmentClass !== 'function') {
4343
console.error(

0 commit comments

Comments
 (0)