Skip to content

Commit

Permalink
fix(linux/power): 🚨 fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jan 25, 2025
1 parent 068828b commit e38c259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/linux/power/inhibit.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func (w *inhibitControlWorker) DefaultPreferences() preferences.CommonWorkerPref
return preferences.CommonWorkerPrefs{}
}

//nolint:nilnil
func NewInhibitControl(ctx context.Context, msgCh chan *mqttapi.Msg, device *mqtthass.Device) (*mqtthass.SwitchEntity, error) {
var err error

Expand Down

0 comments on commit e38c259

Please sign in to comment.