Skip to content

Commit

Permalink
Formatting fix for console view
Browse files Browse the repository at this point in the history
  • Loading branch information
malloch committed Jul 18, 2023
1 parent 2fe3d94 commit 2ebc523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/ConsoleView.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class ConsoleView extends View {
s += '[[;white;],]';
}
if (len > 1)
s += '[[;white;]\\]';
s += '[[;white;]\\]]';
s += ' [[;white;]->] ';
color = Raphael.hsl(map.dst.device.hue, 1, 0.5);
s += '[[;'+color+';]'+map.dst.device.name+'/'+map.dst.name+']';
Expand Down

0 comments on commit 2ebc523

Please sign in to comment.