Skip to content

Commit

Permalink
Fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelga committed Dec 2, 2024
1 parent 7148c05 commit 38fb724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MainActivity : AppCompatActivity() {

private fun setupViews() {
findViewById<Button>(R.id.button_add_logs).setOnClickListener {
(1..NUMBER_OF_LOGS_TO_ADD).forEach {
repeat(NUMBER_OF_LOGS_TO_ADD) {
log(
getRandomLogPriority(),
getRandomLogTag(),
Expand Down

0 comments on commit 38fb724

Please sign in to comment.