Skip to content

Commit 8627523

Browse files
committed
formatting
1 parent 3be5e79 commit 8627523

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

integration/firestore/gulpfile.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,21 @@ if (typeof process === 'undefined') {
7070
)
7171
)
7272
.pipe(
73-
replace(
74-
/**
75-
* This regex is designed to match the Firebase import in our
76-
* integration tests.
77-
*/
78-
/\s+from '\.(\.\/util)?\/pipeline_export';/,
79-
` from '${resolve(__dirname, './pipeline_export')}';
73+
replace(
74+
/**
75+
* This regex is designed to match the Firebase import in our
76+
* integration tests.
77+
*/
78+
/\s+from '\.(\.\/util)?\/pipeline_export';/,
79+
` from '${resolve(__dirname, './pipeline_export')}';
8080
8181
if (typeof process === 'undefined') {
8282
process = { env: { INCLUDE_FIRESTORE_PERSISTENCE: '${isPersistenceEnabled()}' } } as any;
8383
} else {
8484
process.env.INCLUDE_FIRESTORE_PERSISTENCE = '${isPersistenceEnabled()}';
8585
}
8686
`
87-
)
87+
)
8888
)
8989
.pipe(
9090
/**

0 commit comments

Comments
 (0)