Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Mar 26, 2019
1 parent a1ec65e commit 78bc2e8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,7 @@ describe('createConnector', () => {
}),
});

const Dummy = props => {
return JSON.stringify(props, null, 2).replace(/"/g, '');
};
const Dummy = props => JSON.stringify(props, null, 2).replace(/"/g, '');

const Connected = createConnector({
displayName: 'Connector',
Expand Down

0 comments on commit 78bc2e8

Please sign in to comment.