Skip to content

Commit

Permalink
fix lint failure, single qoute
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed May 2, 2022
1 parent 6a6270f commit 079f690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/helpers/helpers.color.d.ts
@@ -1,4 +1,4 @@
import { AnyObject } from "../basic";
import { AnyObject } from '../basic';

export function color(value: CanvasGradient): CanvasGradient;
export function color(value: CanvasPattern): CanvasPattern;
Expand Down

0 comments on commit 079f690

Please sign in to comment.