Skip to content

Commit 571cb7f

Browse files
committed
🗑️ whitespace from hasty edit
1 parent a1fd085 commit 571cb7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PDF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private function make(array $options) : string
349349
$tmpfile = tmpfile();
350350

351351
//Create a long term reference to file handle to avoid garbage collection
352-
$this->{$option} = $tmpfile;
352+
$this->{$option} = $tmpfile;
353353

354354
fwrite($tmpfile, $value);
355355

0 commit comments

Comments
 (0)