Skip to content

Commit 4d50515

Browse files
committed
[BOOK-420] chore: code style check success
1 parent 8be56c3 commit 4d50515

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

core/common/src/main/kotlin/com/ninecraft/booket/core/common/event/DialogEvents.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fun postLoginRequiredDialog(onConfirm: () -> Unit) {
5252
message = "로그인이 필요한 기능입니다.\n로그인 해주세요.",
5353
confirmLabel = "로그인 하기",
5454
onConfirm = onConfirm,
55-
dismissLabel = "닫기"
55+
dismissLabel = "닫기",
5656
)
5757

5858
EventHelper.sendEvent(event = ReedEvent.ShowDialog(spec))

feature/search/src/main/kotlin/com/ninecraft/booket/feature/search/book/BookSearchPresenter.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import kotlinx.collections.immutable.persistentListOf
3939
import kotlinx.collections.immutable.toImmutableList
4040
import kotlinx.collections.immutable.toPersistentList
4141
import kotlinx.coroutines.launch
42-
import com.ninecraft.booket.core.designsystem.R as designR
4342

4443
class BookSearchPresenter @AssistedInject constructor(
4544
@Assisted private val navigator: Navigator,

0 commit comments

Comments
 (0)