Skip to content

Commit 8764fdb

Browse files
authored
Update config.go
1 parent fabf33f commit 8764fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/svc/mgr/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type Config struct {
4545
SidType uint32 // one of SERVICE_SID_TYPE, the type of sid to use for the service
4646
DelayedAutoStart bool // the service is started after other auto-start services are started plus a short delay
4747
}
48-
48+
4949
func toString(p *uint16) string {
5050
if p == nil {
5151
return ""

0 commit comments

Comments
 (0)