Skip to content

Commit

Permalink
Lint cml.js
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed May 8, 2024
1 parent cac2dc1 commit 8143dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class CML {
const nodes = [];

visit(tree, ['definition', 'image', 'link'], (node) => {
nodes.push(node)
nodes.push(node);
});

const isWatermark = (node) => {
Expand Down

0 comments on commit 8143dd3

Please sign in to comment.