Skip to content

Commit

Permalink
[CHORE] reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Jul 21, 2023
1 parent d392cb5 commit 8ffcefb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ class OnboardingRepositoryImpl @Inject constructor(

override suspend fun postToGetFriendList(
request: RequestOnboardingListModel,
page: Int
page: Int,
): FriendList? {
return onboardingDataSource.postFriendData(
request.toRequestDto(), page
request.toRequestDto(),
page,
).data?.toMyFriend()
}

Expand Down

0 comments on commit 8ffcefb

Please sign in to comment.