Skip to content

Commit 5230610

Browse files
committed
Update ProtobufPrinter.cs
1 parent bb370e6 commit 5230610

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Meshtastic.Cli/Display/ProtobufPrinter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ public Panel PrintMessagesPanel()
362362

363363
private Color GetColorFromNum(uint num)
364364
{
365-
366365
return new Color(BitConverter.GetBytes(num)[0], BitConverter.GetBytes(num)[1], BitConverter.GetBytes(num)[2]);
367366
}
368367

0 commit comments

Comments
 (0)