Skip to content

Commit

Permalink
[#1316] Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Jun 17, 2024
1 parent f1da1ee commit 6c11a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class CommunicationStatusTreeComponent implements OnInit {
// Let's create two subnodes representing the control and stats channels.
machineNode.children.push(
this.createNamedChannelNode(app, daemon, 'rndc'),
this.createNamedChannelNode(app, daemon, 'stats'),
this.createNamedChannelNode(app, daemon, 'stats')
)
break

Expand Down

0 comments on commit 6c11a69

Please sign in to comment.