Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 23, 2020
1 parent cf8596b commit bf77f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/customConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ test('the default config can be removed by using an empty presets key in a prese
`,
{ from: undefined }
)
.then((result) => {
.then(result => {
const expected = `
.min-h-24 {
min-height: 24px;
Expand Down

0 comments on commit bf77f29

Please sign in to comment.