Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nuradiyana authored and github-actions[bot] committed Feb 15, 2024
1 parent 407f799 commit f8f6d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/GenerateDonorRecapFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function handle(): void

public function uniqueId(): string
{
return $this->donationRecap->getKey() . '|' . $this->donor->getKey();
return $this->donationRecap->getKey().'|'.$this->donor->getKey();
}

public function failed(Throwable $exception): void
Expand Down

0 comments on commit f8f6d89

Please sign in to comment.