Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
  • Loading branch information
daniel-weisse committed Feb 8, 2024
1 parent 1fbb909 commit 36f25ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coordinator/recovery/single.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func (r *SinglePartyRecovery) GenerateEncryptionKey(recoveryKeys map[string]stri

var err error
r.encryptionKey, err = generateRandomKey()

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 36f25ac

Please sign in to comment.