Skip to content

Commit

Permalink
Remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Apr 29, 2022
1 parent 2e1e028 commit 733fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/helpers.color.js
Expand Up @@ -5,7 +5,7 @@ const isPatternOrGradient = (value) => {
const type = value.toString();
return type === '[object CanvasPattern]' || type === '[object CanvasGradient]';
}

return false;
};

Expand Down

0 comments on commit 733fe22

Please sign in to comment.