Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbonnick committed Aug 25, 2023
1 parent d10ff78 commit 0f36851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/BackupHasFailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function __construct(
public Exception $exception,
public ?BackupDestination $backupDestination = null,
) {
if($this->exception instanceof BackupFailed){
if($this->exception instanceof BackupFailed) {
$this->backupDestination = $this->exception->backupDestination;
}
}
Expand Down

0 comments on commit 0f36851

Please sign in to comment.