Skip to content

Commit 9a25b4f

Browse files
chore: format
1 parent 9b76298 commit 9a25b4f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,9 @@ export default class Gantt {
14591459
}, []);
14601460

14611461
out = out.concat(deps);
1462-
to_process = deps.filter((d) => !to_process.includes(d) && !out.includes(d));
1462+
to_process = deps.filter(
1463+
(d) => !to_process.includes(d) && !out.includes(d),
1464+
);
14631465
}
14641466

14651467
return out.filter(Boolean);

0 commit comments

Comments
 (0)