Fixed code style
authorMarcel Werk <burntime@woltlab.com>
Wed, 27 Oct 2021 08:27:16 +0000 (10:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 27 Oct 2021 08:27:16 +0000 (10:27 +0200)
wcfsetup/install/files/lib/action/PaypalCallbackAction.class.php

index db1801f2ce3edf7d01932469e6760d98f9bcda11..6efd9b165069566ef3914dc7ec763fac15dae310 100644 (file)
@@ -57,6 +57,7 @@ class PaypalCallbackAction extends AbstractAction
             }
         } catch (\Exception $e) {
             \wcf\functions\exception\logThrowable($e);
+
             return new EmptyResponse(500);
         }