Skip to content

Commit 9d73440

Browse files
committed
Second attempt to appease linter
Signed-off-by: Itay Dafna <[email protected]>
1 parent c9cbe06 commit 9d73440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/vegaexpr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { MODULE_NAME, MODULE_VERSION } from './version';
1616
const locale = vegaFormat.defaultLocale();
1717
const dataflow = { context: { dataflow: { locale: () => locale } } };
1818
vegaFunctions.functionContext.format = vegaFunctions.functionContext.format.bind(
19-
dataflow
19+
dataflow,
2020
);
2121

2222
export class VegaExprModel extends WidgetModel {

0 commit comments

Comments
 (0)