1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Remove extra spaces between braces.

This commit is contained in:
Mark Perkins
2012-02-11 11:28:05 +00:00
parent 5055102e88
commit 12f27c2b24

View File

@@ -156,7 +156,7 @@ abstract class AbstractHandler implements HandlerInterface
{
try {
$this->close();
} catch( \Exception $e ) {
} catch(\Exception $e) {
// do nothing
}
}