Skip to content

Commit

Permalink
[chore] #206 ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan2dani committed Sep 29, 2023
1 parent 5e7fd40 commit c5bc5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object AmplitudeUtils {
amplitude.track(eventName, properties)
}

fun setUserId(userId: String){
fun setUserId(userId: String) {
amplitude.setUserId(userId)
}
}

0 comments on commit c5bc5ad

Please sign in to comment.