We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4463a82 commit 4439b08Copy full SHA for 4439b08
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/CompositeConfigurationTest.java
@@ -293,10 +293,11 @@ public void evaluate() throws Throwable {
293
private void runTest(final LoggerContextRule rule, final Statement statement) {
294
try {
295
rule.apply(
296
- statement,
297
- Description.createTestDescription(getClass(),
298
- Thread.currentThread().getStackTrace()[1].getMethodName()))
299
- .evaluate();
+ statement,
+ Description.createTestDescription(
+ getClass(),
+ Thread.currentThread().getStackTrace()[1].getMethodName()))
300
+ .evaluate();
301
} catch (final Throwable e) {
302
Throwables.rethrow(e);
303
}
0 commit comments