Skip to content

Commit 6cfad6d

Browse files
committed
formatting
1 parent 0b28893 commit 6cfad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ void testBuilderWithSslConfiguration() throws Exception {
113113
URL url = new URL("https://example.com");
114114
Layout<?> layout = JsonLayout.createDefaultLayout();
115115

116-
//Use real SslConfiguration instead of Mockito mock
116+
// Use real SslConfiguration instead of Mockito mock
117117
SslConfiguration sslConfig = SslConfiguration.createSSLConfiguration(null, null, null, false);
118118

119119
HttpAppender.Builder<?> builder =

0 commit comments

Comments
 (0)