Skip to content

Commit dd92b91

Browse files
committed
Prettify
1 parent a6410e0 commit dd92b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/weblib/js-api/data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ export default class Data {
270270
};
271271
callbackPtrs.push(this.chart.module.addFunction(deleter, "vi"));
272272
this.chart._call(this.chart.module._chart_setFilter)(
273-
callbackPtrs[0], callbackPtrs[1]
273+
callbackPtrs[0],
274+
callbackPtrs[1]
274275
);
275276
} else if (filter === null) {
276277
this.chart._call(this.chart.module._chart_setFilter)(0, 0);

0 commit comments

Comments
 (0)