Commit 37748a0
committed
fix: remove dead duplicate Running status check in start command
The if-block above already checks for Running and returns early,
making the identical case in the switch statement unreachable.
Signed-off-by: mynk8 <mr.mayankgame@gmail.com>1 parent 8648b37 commit 37748a0
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| |||
0 commit comments