Skip to content

Commit 0fc6555

Browse files
committed
Linting
1 parent 3fe3da7 commit 0fc6555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/component/dependency-graph/dependency-graph.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class DependencyGraphComponent implements OnInit, OnChanges {
234234
.on('mouseover', function (_event: any, _d: any) {
235235
if (d3.select(this).classed('clickable')) {
236236
d3.select(this).classed('hovered', true);
237-
}
237+
}
238238
})
239239
.on('mouseout', function (_event: any, _d: any) {
240240
d3.select(this).classed('hovered', false);

0 commit comments

Comments
 (0)