Skip to content

Commit bf77f29

Browse files
committed
Fix style
1 parent cf8596b commit bf77f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/customConfig.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ test('the default config can be removed by using an empty presets key in a prese
289289
`,
290290
{ from: undefined }
291291
)
292-
.then((result) => {
292+
.then(result => {
293293
const expected = `
294294
.min-h-24 {
295295
min-height: 24px;

0 commit comments

Comments
 (0)