Skip to content

Commit 6bb6f6e

Browse files
committed
cleanup
1 parent 48587a8 commit 6bb6f6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Utils.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ fun String.md5() = BigInteger(1, MessageDigest.getInstance("MD5").digest(toByteA
1616
.padStart(32, '0')
1717

1818
/**
19-
* The easy way to print anything
19+
* The cleaner shorthand for printing output.
2020
*/
21-
fun Any?.println() {
22-
println(this)
23-
}
21+
fun Any?.println() = println(this)

0 commit comments

Comments
 (0)