Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Jul 26, 2024
1 parent 1711b4a commit f9962b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/launcher/svc_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ func (w *winSvc) Execute(args []string, r <-chan svc.ChangeRequest, changes chan

const cmdsAccepted = svc.AcceptStop | svc.AcceptShutdown
changes <- svc.Status{State: svc.StartPending}

w.systemSlogger.Log(ctx, slog.LevelInfo,
"windows service starting",
)
Expand Down

0 comments on commit f9962b4

Please sign in to comment.