Skip to content

Commit 971f490

Browse files
giulio93lucarin91
andauthored
Update internal/orchestrator/status.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent 28863b3 commit 971f490

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/orchestrator/status.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func StatusFromDockerState(s container.ContainerState, statusMessage string) Sta
5252
return StatusStopped
5353
case container.StateDead:
5454
return StatusFailed
55-
5655
default:
5756
panic("unreachable")
5857
}

0 commit comments

Comments
 (0)