doc/DocEmptyException: Remove unnecessary line breaks

refs #4820
This commit is contained in:
Eric Lippmann 2014-07-28 18:55:54 +02:00
parent a0c331020b
commit 77f8a3d67d
1 changed files with 1 additions and 3 deletions

View File

@ -7,6 +7,4 @@ namespace Icinga\Module\Doc\Exception;
/** /**
* Exception thrown if a documentation directory is empty * Exception thrown if a documentation directory is empty
*/ */
class DocEmptyException extends DocException class DocEmptyException extends DocException {}
{
}