Skip to content

Commit 20e2fb5

Browse files
committed
Minor.
1 parent 6eb1c9d commit 20e2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keystore/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (f *FileStorage) PutEncryptedKeystore(ctx context.Context, encryptedKeystor
3030
return writeFile(f.name, bytes.NewReader(encryptedKeystore))
3131
}
3232

33-
// Copied from https://github.com/natefinch/atomic/blob/master/atomic.go
33+
// The atomic write function below is from https://github.com/natefinch/atomic/blob/master/atomic.go under license:
3434
// The MIT License (MIT)
3535
//
3636
// # Copyright (c) 2015 Nate Finch

0 commit comments

Comments
 (0)