Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk committed Jul 4, 2024
1 parent 75116d7 commit 612b68e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ open class PlutoRestoreTask(
* If the backup object has a link secret, it is decoded from base64 URL encoding and stored using the pluto.storeLinkSecret method.
*/
private fun restoreLinkSecret() {
if (this.backup.linkSecret != null)
if (this.backup.linkSecret != null) {
pluto.storeLinkSecret(this.backup.linkSecret)
}
}

/**
Expand Down

0 comments on commit 612b68e

Please sign in to comment.