Remove unnecessary concat with empty string

This commit is contained in:
mhmdanas 2021-02-08 19:40:20 +03:00
parent b9cd55188e
commit b820e9a888
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fun View.animate(
val id = try { val id = try {
resources.getResourceEntryName(id) resources.getResourceEntryName(id)
} catch (e: Exception) { } catch (e: Exception) {
id.toString() + "" id.toString()
} }
val msg = String.format( val msg = String.format(
"%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit, "%8s → [%s:%s] [%s %s:%s] execOnEnd=%s", enterOrExit,