Skip to content

Commit

Permalink
♻️ :: 공백 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ImGaram committed Sep 18, 2023
1 parent cdec127 commit a409a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SelfStudyDataSourceImpl @Inject constructor(
override suspend fun banSelfStudy(role: String, userId: Long) = safeApiCall {
selfStudyApi.banSelfStudy(
role = role,
userId =userId
userId = userId
)
}

Expand Down

0 comments on commit a409a50

Please sign in to comment.