Skip to content

Commit be26e07

Browse files
committed
Indentation
1 parent 0c13e95 commit be26e07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

netgear_exporter.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ var (
6363
"web.auth.username", "Username for web interface basic auth ($NETGEAR_EXPORTER_WEB_AUTH_USERNAME). The password must be set in the environment variable NETGEAR_EXPORTER_WEB_AUTH_PASSWORD",
6464
).Envar("NETGEAR_EXPORTER_WEB_AUTH_USERNAME").String()
6565

66-
/*
67-
authPassword = kingpin.Flag(
68-
"web.auth.password", "Password for web interface basic auth ($NETGEAR_EXPORTER_WEB_AUTH_PASSWORD)",
69-
).Envar("NETGEAR_EXPORTER_WEB_AUTH_PASSWORD").String()
70-
*/
66+
/*
67+
authPassword = kingpin.Flag(
68+
"web.auth.password", "Password for web interface basic auth ($NETGEAR_EXPORTER_WEB_AUTH_PASSWORD)",
69+
).Envar("NETGEAR_EXPORTER_WEB_AUTH_PASSWORD").String()
70+
*/
7171
authPassword = ""
7272

7373
tlsCertFile = kingpin.Flag(

0 commit comments

Comments
 (0)