Skip to content

Commit b39747b

Browse files
committed
CHORE: ktlint 적용
1 parent 0bb4d45 commit b39747b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/threegap/bitnagil/MainNavHost.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ fun MainNavHost(
105105
Route.WebView(
106106
title = "공지 사항",
107107
url = "https://complex-wombat-99f.notion.site/23ff4587491d80efa0a5e4baece6017b?source=copy_link",
108-
)
108+
),
109109
)
110110
},
111111
navigateToQnA = {
112112
navigator.navController.navigate(
113113
Route.WebView(
114114
title = "자주 묻는 질문",
115115
url = "https://complex-wombat-99f.notion.site/23ff4587491d80659ae3ea392afbc05e?source=copy_link",
116-
)
116+
),
117117
)
118118
},
119119
navigateToRegisterRoutine = { routineId ->

0 commit comments

Comments
 (0)