Skip to content

Commit 06e1ae5

Browse files
committed
fix: remove extra () from arrow function call in svg/index.js
Bug fix from PR andredumas#220 review comments by hkmoon
1 parent 647c553 commit 06e1ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/svg/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { util } from '../util';
44

55
export const svg = function(d3) {
66
return {
7-
arrow: _arrow(util().functor)()
7+
arrow: _arrow(util().functor)
88
};
99
};

0 commit comments

Comments
 (0)