You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/08/20 02:25:08 UTC

logging-log4j2 git commit: Format nit.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 524bb2fdb -> d7ecbc548


Format nit.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d7ecbc54
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d7ecbc54
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d7ecbc54

Branch: refs/heads/master
Commit: d7ecbc548c6b90662c2ccebec01bb3a606d909cf
Parents: 524bb2f
Author: ggregory <gg...@apache.org>
Authored: Wed Aug 19 17:25:04 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Aug 19 17:25:04 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/log4j/core/LoggerTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7ecbc54/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerTest.java
index 825067f..7c18aae 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerTest.java
@@ -138,7 +138,7 @@ public class LoggerTest {
         logger.debug("Debug message 3");
         loggerChild.debug("Debug message 3 child");
         assertEquals("Incorrect number of events. Expected 1, actual " + events.size(), 4, events.size());
-        }
+    }
 
     @Test
     public void debugChangeLevelsMap() {