mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add space at the start of comments (#8202)
* add space at the start of comments * undo case change
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
||||
|
||||
func TestBackupAccounts_Noninteractive_Derived(t *testing.T) {
|
||||
walletDir, _, passwordFilePath := setupWalletAndPasswordsDir(t)
|
||||
//Specify the password locally to this file for convenience.
|
||||
// Specify the password locally to this file for convenience.
|
||||
password := "Pa$sW0rD0__Fo0xPr"
|
||||
require.NoError(t, ioutil.WriteFile(passwordFilePath, []byte(password), os.ModePerm))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user