doc/ChapterNotFoundException: Remove unnecessary line breaks
refs #4820
This commit is contained in:
parent
77f8a3d67d
commit
71e81087b3
|
@ -7,6 +7,4 @@ namespace Icinga\Module\Doc\Exception;
|
|||
/**
|
||||
* Exception thrown if a chapter was not found
|
||||
*/
|
||||
class ChapterNotFoundException extends DocException
|
||||
{
|
||||
}
|
||||
class ChapterNotFoundException extends DocException {}
|
||||
|
|
Loading…
Reference in New Issue