style: fix lint (CI)

This commit is contained in:
usbharu 2024-08-23 15:20:28 +00:00 committed by github-actions[bot]
parent 486268609b
commit 896e7de1ec
5 changed files with 12 additions and 13 deletions

View File

@ -48,7 +48,6 @@ class Media(
return id == other.id
}
override fun hashCode(): Int = id.hashCode()
override fun toString(): String {