From 51f9cfe7c737e5a79c523c4ca5ccc1bf11e8217c Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 13 Mar 2024 11:59:23 +0000 Subject: [PATCH] make fmt (#25903) --- builtin/credential/userpass/path_user_password_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/credential/userpass/path_user_password_test.go b/builtin/credential/userpass/path_user_password_test.go index 02be733028..1501d1215d 100644 --- a/builtin/credential/userpass/path_user_password_test.go +++ b/builtin/credential/userpass/path_user_password_test.go @@ -6,8 +6,8 @@ package userpass import ( "testing" - "golang.org/x/crypto/bcrypt" "github.com/stretchr/testify/require" + "golang.org/x/crypto/bcrypt" ) // TestUserPass_ParseHash ensures that we correctly validate password hashes that