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/09/02 19:14:31 UTC

logging-log4j2 git commit: Format: Remove dead space.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c67cab7b8 -> cf91684fb


Format: Remove dead space.

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

Branch: refs/heads/master
Commit: cf91684fb60529447a2cd104b39ff512af6397af
Parents: c67cab7
Author: ggregory <gg...@apache.org>
Authored: Wed Sep 2 10:14:28 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Sep 2 10:14:28 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cf91684f/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java
index 78a2320..5cb0cf8 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/LoggerDateTest.java
@@ -42,7 +42,6 @@ public class LoggerDateTest {
         fileApp = (FileAppender) context.getRequiredAppender("File");
     }
 
-
     @Test
     public void testFileName() {
         final String name = fileApp.getFileName();