removed semicolon
This commit is contained in:
Родитель
4547302d00
Коммит
940cfe37d3
|
@ -105,7 +105,7 @@ func enable(ctx *log.Context, h vmextension.HandlerEnvironment, seqNum int) (str
|
|||
for {
|
||||
state, err := probe.evaluate(ctx)
|
||||
if err != nil {
|
||||
ctx.Log("error", err);
|
||||
ctx.Log("error", err)
|
||||
}
|
||||
|
||||
if shutdown {
|
||||
|
@ -119,7 +119,7 @@ func enable(ctx *log.Context, h vmextension.HandlerEnvironment, seqNum int) (str
|
|||
|
||||
err = reportStatusWithSubstatus(ctx, h, seqNum, StatusSuccess, "enable", statusMessage, healthStatusToStatusType[state], substatusName, healthStatusToMessage[state])
|
||||
if (err != nil) {
|
||||
ctx.Log("error", err);
|
||||
ctx.Log("error", err)
|
||||
}
|
||||
time.Sleep(5 * time.Second)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче