Skip to content

Commit a470adb

Browse files
committed
fix typo
1 parent c9deb0e commit a470adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/system-service_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
// *WindowsService - Represents Windows service
22-
type *WindowsService struct {
22+
type WindowsService struct {
2323
command ServiceCommand
2424
}
2525

0 commit comments

Comments
 (0)