Skip to content

Commit 687ecc4

Browse files
sgdxbcemichael
authored andcommitted
Format updated code
1 parent 0af2caf commit 687ecc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

framework/tst/dslabs/framework/testing/utils/GlobalSettings.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ public final class GlobalSettings {
7878

7979
static {
8080
System.setProperty(
81-
"java.util.logging.SimpleFormatter.format", "[%4$-7s] [%1$tF %1$tT.%1$tN] [%3$s] %5$s%6$s%n");
81+
"java.util.logging.SimpleFormatter.format",
82+
"[%4$-7s] [%1$tF %1$tT.%1$tN] [%3$s] %5$s%6$s%n");
8283

8384
// Configure logging
8485
LogManager logManager = LogManager.getLogManager();

0 commit comments

Comments
 (0)