Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsemeano authored and vitorfigueiraacin committed Oct 16, 2023
1 parent 38ce55f commit 02e6fe1
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 @@ -614,7 +614,7 @@ public function base64Screenshot(): string
public function screenshot(): string
{
if ($this->imageManipulations->isEmpty()) {

$command = $this->createScreenshotCommand();
$encodedImage = $this->callBrowser($command);

Expand Down

0 comments on commit 02e6fe1

Please sign in to comment.