Parcourir la source

style: fix indentation

rugk il y a 11 mois
Parent
commit
cfc687d62b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/Proxy/AbstractProxy.php

+ 1 - 1
lib/Proxy/AbstractProxy.php

@@ -56,7 +56,7 @@ abstract class AbstractProxy
 
         if (!str_starts_with($link, $conf->getKey('basepath') . '?') ||
             parse_url($link, PHP_URL_HOST) != parse_url($conf->getKey('basepath'), PHP_URL_HOST)
-           ) {
+        ) {
             $this->_error = 'Trying to shorten a URL that isn\'t pointing at our instance.';
             return;
         }