Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ericente committed Mar 5, 2022
1 parent 373e166 commit 3267acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gradients/src/GradientFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function cssColor(color: number | string) {
string = `0${string}`;
}

return `#${string}`;
return `#${string}`;
}

const tempSourceFrame = new Rectangle();
Expand Down

0 comments on commit 3267acb

Please sign in to comment.