Run default Android Studio formatter on code

This commit is contained in:
arkon
2020-02-17 17:23:37 -05:00
parent a1fadce7c6
commit 3ecc883944
109 changed files with 640 additions and 585 deletions
@@ -58,7 +58,7 @@ inline fun View.visibleIf(block: () -> Boolean) {
* @param text text of [TextDrawable]
* @param random random color
*/
fun View.getRound(text: String, random : Boolean = true): TextDrawable {
fun View.getRound(text: String, random: Boolean = true): TextDrawable {
val size = min(this.width, this.height)
return TextDrawable.builder()
.beginConfig()