Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nolledge committed Oct 25, 2024
1 parent b5d984f commit f9db447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions json/json-core/src/main/scala/io/sphere/json/FromJSON.scala
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,10 @@ object FromJSON extends FromJSONInstances {
.appendPattern("'T'[HH[:mm[:ss]]]")
.appendFraction(time.temporal.ChronoField.NANO_OF_SECOND, 0, 9, true)
.optionalStart()
.appendOffset("+HH:MM","Z")
.appendOffset("+HH:MM", "Z")
.optionalEnd()
.optionalStart()
.appendOffset("+HHmm","Z")
.appendOffset("+HHmm", "Z")
.optionalEnd()
.parseDefaulting(time.temporal.ChronoField.MONTH_OF_YEAR, 1L)
.parseDefaulting(time.temporal.ChronoField.DAY_OF_MONTH, 1L)
Expand Down

0 comments on commit f9db447

Please sign in to comment.