Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Sep 10, 2020
1 parent 572ab33 commit 3fcc043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/material-ui/src/styles/adaptV4Theme.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ describe('adaptV4Theme', () => {
transformedTheme = adaptV4Theme(theme);
}).toWarnDev(['adaptV4Theme() is deprecated']);

expect(transformedTheme.spacing()).to.equal(8)
expect(transformedTheme.spacing(2)).to.equal(16)
expect(transformedTheme.spacing()).to.equal(8);
expect(transformedTheme.spacing(2)).to.equal(16);
});
});
});

0 comments on commit 3fcc043

Please sign in to comment.