Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Feb 10, 2024
1 parent 776f9ca commit 2fcec39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/org/freenet/website/util/serializers.kt
Expand Up @@ -37,4 +37,5 @@ object InstantSerializer : KSerializer<Instant> {
val string = decoder.decodeString()
return Instant.from(formatter.parse(string))
}

}

0 comments on commit 2fcec39

Please sign in to comment.