Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adolsalamanca committed Mar 13, 2022
1 parent f2698e3 commit 404bf3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/envrc/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ func parseNetrc(data string) []netrcLine {
switch f[i] {
case "machine":
l = netrcLine{machine: f[i+1]}
case "default":
break
case "login":
l.login = f[i+1]
case "password":
Expand Down

0 comments on commit 404bf3f

Please sign in to comment.