Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse committed Nov 20, 2024
1 parent 16c1aba commit ea3299c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subsystems/provisioning/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const (
wifiPowerSaveContentsDefault = "# This file intentionally left blank.\n"
wifiPowerSaveContentsDisable = "[connection]\n# Explicitly disable\nwifi.powersave = 2\n"
wifiPowerSaveContentsEnable = "[connection]\n# Explicitly enable\nwifi.powersave = 3\n"
NetworkTypeWifi = "wifi"
NetworkTypeWired = "wired"
NetworkTypeHotspot = "hotspot"
NetworkTypeWifi = "wifi"
NetworkTypeWired = "wired"
NetworkTypeHotspot = "hotspot"

IfNameAny = "any"

Expand Down

0 comments on commit ea3299c

Please sign in to comment.