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/10 01:38:35 UTC

[2/3] logging-log4j2 git commit: Format nit.

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/c5b441f0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c5b441f0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c5b441f0

Branch: refs/heads/master
Commit: c5b441f08d107de6cfec2d8ce659d8a2038ce955
Parents: eb7be5a
Author: ggregory <gg...@apache.org>
Authored: Wed Sep 9 16:36:47 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Sep 9 16:36:47 2015 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/slf4j/SerializeTest.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c5b441f0/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/SerializeTest.java
----------------------------------------------------------------------
diff --git a/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/SerializeTest.java b/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/SerializeTest.java
index cf93499..746731b 100644
--- a/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/SerializeTest.java
+++ b/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/SerializeTest.java
@@ -32,7 +32,6 @@ import static org.junit.Assert.*;
  */
 public class SerializeTest {
 
-
     private static final String CONFIG = "log4j-test1.xml";
 
     @ClassRule