Remove superfluous whitespaces in IcingaException

refs #9644
This commit is contained in:
Eric Lippmann 2015-07-28 13:46:32 +02:00
parent 7cfc78558d
commit fe73d6de83

View File

@ -40,7 +40,7 @@ class IcingaException extends Exception
$e = new ReflectionClass(get_called_class()); $e = new ReflectionClass(get_called_class());
return $e->newInstanceArgs($args); return $e->newInstanceArgs($args);
} }
/** /**
* Return the given exception formatted as one-liner * Return the given exception formatted as one-liner
* *