Skip to content

Commit 2ebc523

Browse files
committed
Formatting fix for console view
1 parent 2fe3d94 commit 2ebc523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/ConsoleView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class ConsoleView extends View {
285285
s += '[[;white;],]';
286286
}
287287
if (len > 1)
288-
s += '[[;white;]\\]';
288+
s += '[[;white;]\\]]';
289289
s += ' [[;white;]->] ';
290290
color = Raphael.hsl(map.dst.device.hue, 1, 0.5);
291291
s += '[[;'+color+';]'+map.dst.device.name+'/'+map.dst.name+']';

0 commit comments

Comments
 (0)