Skip to content

Commit 83e30a3

Browse files
author
Corey McCormick
committed
Fix whitespace
1 parent 97d6f5e commit 83e30a3

File tree

1 file changed

+1
-1
lines changed
  • src/SimpleSoftwareIO/QrCode/DataTypes

1 file changed

+1
-1
lines changed

src/SimpleSoftwareIO/QrCode/DataTypes/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private function buildEmailString()
6868
'subject' => $this->subject,
6969
'body' => $this->body,
7070
];
71-
$email .= '?' . http_build_query($data);
71+
$email .= '?'.http_build_query($data);
7272
}
7373

7474
return $email;

0 commit comments

Comments
 (0)