fix conflict

Former-commit-id: 84868190bf79dbcc20faafe19b03ed34da58a104
This commit is contained in:
tzwang 2024-05-07 17:02:11 +08:00
parent 60359ea095
commit 353c4630f2
1 changed files with 0 additions and 1 deletions

View File

@ -26,5 +26,4 @@ const (
WaitRestart = "WaitRestart" WaitRestart = "WaitRestart"
WaitPause = "WaitPause" WaitPause = "WaitPause"
WaitStart = "WaitStart" WaitStart = "WaitStart"
Stopped = "Stopped"
) )