mirror of https://github.com/usbharu/Hideout.git
style: fix lint (CI)
This commit is contained in:
parent
486268609b
commit
896e7de1ec
|
@ -48,7 +48,6 @@ class Media(
|
|||
return id == other.id
|
||||
}
|
||||
|
||||
|
||||
override fun hashCode(): Int = id.hashCode()
|
||||
|
||||
override fun toString(): String {
|
||||
|
|
Loading…
Reference in New Issue