Skip to content

Commit 3d0cf7b

Browse files
committed
fix prettier
1 parent 1d51aef commit 3d0cf7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function makeFastbootTestingConfig(config, pkg) {
111111
} else {
112112
deprecate(
113113
() => Object.assign(customized, fastbootTestConfig),
114-
`Exporting an object from ${fastbootTestConfigPath} has been deprecated. Please export a function which returns an object instead.`,
114+
`Exporting an object from ${fastbootTestConfigPath} has been deprecated. Please export a function which returns an object instead.`
115115
)();
116116
}
117117
}

0 commit comments

Comments
 (0)