[skip ci] Formatting
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package xyz.nulldev.androidcompat.res
|
||||
|
||||
class DrawableResource(val location: String) : Resource {
|
||||
class DrawableResource(
|
||||
val location: String,
|
||||
) : Resource {
|
||||
override fun getType() = DrawableResource::class.java
|
||||
|
||||
override fun getValue() = javaClass.getResourceAsStream(location)
|
||||
|
||||
Reference in New Issue
Block a user