Skip to content

Commit 80a7c27

Browse files
committed
Fix Spotless failures
1 parent 8d3ba30 commit 80a7c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/util/internal/instant/InstantPatternFormatter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
*/
3434
public interface InstantPatternFormatter extends InstantFormatter {
3535

36-
boolean LEGACY_FORMATTERS_ENABLED = "legacy".equalsIgnoreCase(PropertiesUtil.getProperties().getStringProperty("log4j2.instant.formatter"));
36+
boolean LEGACY_FORMATTERS_ENABLED =
37+
"legacy".equalsIgnoreCase(PropertiesUtil.getProperties().getStringProperty("log4j2.instant.formatter"));
3738

3839
String getPattern();
3940

0 commit comments

Comments
 (0)