Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mabashian committed Jul 27, 2021
1 parent 395ebf0 commit a5f5570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Wrapper = styled.div`
height: 100%;
`;

const replaceIdentifier = node => {
const replaceIdentifier = (node) => {
if (stringIsUUID(node.originalNodeObject.identifier) && node.identifier) {
return true;
}
Expand Down

0 comments on commit a5f5570

Please sign in to comment.