diff --git a/lib/API/Error.php b/lib/API/Error.php index c151f92364..9503015e77 100644 --- a/lib/API/Error.php +++ b/lib/API/Error.php @@ -7,5 +7,7 @@ final class Error { const UNKNOWN = 'unknown'; const BAD_REQUEST = 'bad_request'; - private function __construct() {} + private function __construct() { + + } } \ No newline at end of file