Remove trailing newlines before end of class definitions

This commit is contained in:
2020-11-22 15:44:58 +01:00
parent 932c315301
commit 760e69c72a
3 changed files with 0 additions and 4 deletions

View File

@ -136,5 +136,4 @@ final class MDConsole {
self::setupCLI();
}
}

View File

@ -171,7 +171,6 @@ final class MDOutputHandler {
$this->toLog("Finished operation. Processing duration: " . \strval($endtime - $this->_startTime));
}
}