Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 3e8d6c5

Browse files
committed
go fmt
1 parent 24e20f6 commit 3e8d6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ func main() {
6868
if user != "" {
6969
*username = user
7070
}
71-
71+
7272
pass := os.Getenv("AS_PASSWORD")
7373
if pass != "" {
7474
*password = pass
7575
}
76-
76+
7777
if *showVersion {
7878
fmt.Printf("asprom %s\n", version)
7979
os.Exit(0)

0 commit comments

Comments
 (0)