Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
moisish authored and freekmurze committed Jun 4, 2024
1 parent 92d48ef commit a080a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Browsershot.php
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ public function save(string $targetPath): void
throw CouldNotTakeBrowsershot::chromeOutputEmpty($targetPath, $output, $command);
}

if (!$this->imageManipulations->isEmpty()) {
if (! $this->imageManipulations->isEmpty()) {
$this->imageManipulations->apply($targetPath);
}
}
Expand Down

0 comments on commit a080a60

Please sign in to comment.