Skip to content

Commit

Permalink
Fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderZhu committed Sep 27, 2023
1 parent 98e21a1 commit 2d3204c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ class ProfileRemoteDataSourceImpl(
)
}

override suspend fun setDailyStudyReminderNotificationHour(profileId: Long, notificationHour: Int?): Result<Profile> =
override suspend fun setDailyStudyReminderNotificationHour(
profileId: Long,
notificationHour: Int?
): Result<Profile> =
runCatching {
httpClient
.putProfile(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import kotlinx.serialization.Serializable
data class ProfileSetTimeZoneRequest(
@SerialName("timezone")
val timeZone: TimeZone
)
)

0 comments on commit 2d3204c

Please sign in to comment.