This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 667b0da  Remove whitespace.
667b0da is described below

commit 667b0da96fdc07c51ee496c4a260223daa59f053
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 19 10:55:13 2021 -0500

    Remove whitespace.
---
 .../java/org/apache/logging/log4j/core/util/OptionConverterTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/OptionConverterTest.java
 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/OptionConverterTest.java
index 5c0a294..ec266a9 100644
--- 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/util/OptionConverterTest.java
+++ 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/util/OptionConverterTest.java
@@ -32,6 +32,5 @@ public class OptionConverterTest {
         Properties props = new Properties();
         props.setProperty("key", "${key}");
         assertEquals("Value of key is ${key}.", 
OptionConverter.substVars("Value of key is ${key}.", props));
-
     }
 }

Reply via email to