doc/ChapterNotFoundException: Remove unnecessary line breaks

refs #4820
This commit is contained in:
Eric Lippmann 2014-07-28 18:57:46 +02:00
parent 77f8a3d67d
commit 71e81087b3

View File

@ -7,6 +7,4 @@ namespace Icinga\Module\Doc\Exception;
/** /**
* Exception thrown if a chapter was not found * Exception thrown if a chapter was not found
*/ */
class ChapterNotFoundException extends DocException class ChapterNotFoundException extends DocException {}
{
}