Fix lint issue with ViewBinderDelegate.

This commit is contained in:
Cody Henthorne 2022-10-20 21:53:45 -04:00
parent 163c7de327
commit 390f6c2462

View file

@ -39,4 +39,4 @@ open class ViewBinderDelegate<T : ViewBinding>(
binding = null
}
}
}