Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Aug 2, 2024
1 parent e1ae8bb commit 084c57b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ class ClutterRepo @Inject constructor(
}

companion object {
val TAG: String = logTag("ClutterRepository")
val TAG: String = logTag("ClutterRepo")
}
}

0 comments on commit 084c57b

Please sign in to comment.