Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Dec 8, 2021
1 parent 09dc8ce commit 60407d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-jss/src/createUseStyles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('React-JSS: createUseStyles', () => {

const classes = []

const getClasses = currentClasses => {
const getClasses = (currentClasses) => {
classes.push(currentClasses)
}

Expand Down

0 comments on commit 60407d3

Please sign in to comment.