1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00

ElasticsearchHandler indentation fixes

This commit is contained in:
Karolis
2019-12-07 10:11:40 +00:00
parent c8cd53dc0f
commit 33794125e3

View File

@@ -186,6 +186,4 @@ class ElasticsearchHandler extends AbstractProcessingHandler
return new ElasticsearchRuntimeException($error['type'] . ': ' . $error['reason'], 0, $previous);
}
}