Merge "Do not close PW in BlurUtils dump"

This commit is contained in:
TreeHugger Robot
2020-02-21 01:00:31 +00:00
committed by Android (Google) Code Review

View File

@@ -90,7 +90,7 @@ open class BlurUtils @Inject constructor(
}
override fun dump(fd: FileDescriptor, pw: PrintWriter, args: Array<out String>) {
IndentingPrintWriter(pw, " ").use {
IndentingPrintWriter(pw, " ").let {
it.println("BlurUtils:")
it.increaseIndent()
it.println("minBlurRadius: $minBlurRadius")