Skip to content

Commit

Permalink
style: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 13, 2021
1 parent 452eef5 commit 0eabb72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data class WeiboTaskInfo(
val contacts: Set<Long> = emptySet()
)

object OffsetDateTimeSerializer: KSerializer<OffsetDateTime> {
object OffsetDateTimeSerializer : KSerializer<OffsetDateTime> {

private val formatter: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/cssxsh/weibo/data/UserDetailData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ data class UserInfo(
val verified: Boolean = false,
@SerialName("verified_type")
val verifiedType: VerifiedType = VerifiedType.NONE,
): UserBaseInfo
) : UserBaseInfo

@Serializable
data class UserTab(
Expand Down

0 comments on commit 0eabb72

Please sign in to comment.