Skip to content

Commit 243cfce

Browse files
committed
Removed extra space (formatting)
1 parent 950697c commit 243cfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on my blog.
5050
printf('Decrypted: %s%s', $decryptedText, PHP_EOL);
5151
printf('Version : %s%s', Encryption::VERSION, PHP_EOL);
5252
}
53-
catch (EncryptionException $e) {
53+
catch (EncryptionException $e) {
5454
echo $e;
5555
}
5656

0 commit comments

Comments
 (0)