Add space at the start of comments (#8202)

* add space at the start of comments

* undo case change
This commit is contained in:
Victor Farazdagi
2021-01-05 05:09:41 -08:00
committed by GitHub
parent 318f83957a
commit e5c69bd387
20 changed files with 39 additions and 38 deletions

View File

@@ -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))