Skip to content

Commit

Permalink
Remove dangling comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Sep 26, 2024
1 parent 6427929 commit 95274e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/HalftoneShape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export enum HalftoneShape {
DOT = 1,
ELLIPSE = 2,
LINE = 3,
SQUARE = 4,
SQUARE = 4

}

0 comments on commit 95274e1

Please sign in to comment.