Skip to content

Commit 6132625

Browse files
committed
Format
Signed-off-by: Carlos Quiroz <[email protected]>
1 parent 71fa177 commit 6132625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/src/test/scala/org/threeten/bp/format/TestDateTimeTextPrinting.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class TestDateTimeTextPrinting extends AnyFunSuite with AssertionsHelper {
186186
val dt = LocalDateTime.of(2018, 1, 30, 11, 2, 45, 750000)
187187
assertResult("Tuesday Jan 30")(dt.format(formatDayOfWeek))
188188
}
189-
189+
190190
test("formatTime_AM_PM") {
191191
Locale.setDefault(Locale.CANADA) // Fails for both US and CANADA
192192
val formatTime_AM_PM = DateTimeFormatter.ofPattern("h:mm a") // 10:15 PM

0 commit comments

Comments
 (0)