Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Feb 26, 2024
1 parent c610698 commit a56b595
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/processmanager/systemd.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ const (
)

type SystemD struct {
cfg *config.Config
executor contracts.Executor
detailedExecutor contracts.Executor
cfg *config.Config
executor contracts.Executor
}

func NewSystemD(cfg *config.Config, _, detailedExecutor contracts.Executor) *SystemD {
Expand Down

0 comments on commit a56b595

Please sign in to comment.