mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Remove extra spaces between braces.
This commit is contained in:
@@ -156,7 +156,7 @@ abstract class AbstractHandler implements HandlerInterface
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->close();
|
$this->close();
|
||||||
} catch( \Exception $e ) {
|
} catch(\Exception $e) {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user