Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored and simaQ committed Apr 3, 2020
1 parent 1020085 commit b9b761c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/chart.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debounce, each, isString, } from '@antv/util';
import { debounce, each, isString } from '@antv/util';

import { ChartCfg } from '../interface';

Expand Down

0 comments on commit b9b761c

Please sign in to comment.