Skip to content

Commit

Permalink
Update pkg/sidecar/util_posix.go
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Yacob <marcos.yacob@hpe.com>
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
  • Loading branch information
faisal-memon and MarcosDY authored Jan 16, 2024
1 parent 1c9f4d6 commit 507cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sidecar/util_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ func (s *Sidecar) SignalProcess() error {
return nil
}

func validateOSConfig(_ *Config) error {
func validateOSConfig(*Config) error {
return nil
}

0 comments on commit 507cd3b

Please sign in to comment.