Skip to content

Commit 8e4094b

Browse files
authored
Update DaylightSavingTimeExamplesTest.java
1 parent d12be45 commit 8e4094b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java/src/test/java/com/baeldung/dst/DaylightSavingTimeExamplesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private void prettyPrint(TimeZone tz) {
4848

4949
//@formatter:off
5050
System.out.println(String.format(
51-
" Zone ID = %s (%s)\n"
51+
" Zone ID = %s (%s)\n"
5252
+ " RawOffset = %s minutes\n"
5353
+ " DST = %s minutes\n"
5454
+ " -----------------------------------------",

0 commit comments

Comments
 (0)