Skip to content

Commit

Permalink
test/#6 : trailing comma 없는 함수
Browse files Browse the repository at this point in the history
  • Loading branch information
haeti-dev committed Nov 6, 2024
1 parent 3133ea6 commit 0ba970e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/ui/src/main/java/com/boostcamp/mapisode/ui/Test.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fun test() {
val list = listOf(
"com.boostcamp.mapisode.designsystem",
"com.boostcamp.mapisode.ui",
"com.boostcamp.mapisode"
)
}

0 comments on commit 0ba970e

Please sign in to comment.