Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 21, 2023
1 parent 79bae80 commit 2365964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/unix_util/linux_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ func getpwnam(name string) (*User, error) {

func passwordAuthAvailable() bool {
return true
}
}
2 changes: 1 addition & 1 deletion util/unix_util/non_password_auth_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ func userPasswordAuthentication(username, password string) (bool, error) {

func passwordAuthAvailable() bool {
return false
}
}

0 comments on commit 2365964

Please sign in to comment.