Fix code formatting
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / option / PaymentMethodSelectOptionType.class.php
index 542a935460ea050d50164ac1ed9f8578315ea27a..3e1d91b7b4101deb9a2d309b33686de01dab1a8b 100644 (file)
@@ -36,7 +36,7 @@ class PaymentMethodSelectOptionType extends AbstractOptionType {
                if (!is_array($newValue)) {
                        $newValue = array();
                }
-       
+               
                $selectOptions = PaymentMethodHandler::getInstance()->getPaymentMethodSelection();
                foreach ($newValue as $optionName) {
                        if (!isset($selectOptions[$optionName])) {