Skip to content

Commit 99597e1

Browse files
committed
Remove TODO
1 parent e8b28c0 commit 99597e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func getDisplayStatus(status int8) string {
160160
case WA:
161161
return red("WA")
162162
case TL:
163-
return blue("TL") // TODO(Eroui): Add another color?
163+
return blue("TL")
164164
}
165165
return "Unknown"
166166
}

0 commit comments

Comments
 (0)