Skip to content

Commit e9bf411

Browse files
committed
prettier
1 parent 93a7095 commit e9bf411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jest/preprocessor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
if (filePath.match(/\.ts$/) && !filePath.match(/\.d\.ts$/)) {
5454
return tsPreprocessor.compile(src, filePath);
5555
}
56-
if (filePath.match(/\.json$/) ) {
56+
if (filePath.match(/\.json$/)) {
5757
return src;
5858
}
5959
if (!filePath.match(/\/third_party\//)) {

0 commit comments

Comments
 (0)