mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Update ktlint to 1.5.0.
This commit is contained in:
@@ -162,7 +162,9 @@ class DatabaseAttachment : Attachment {
|
||||
|
||||
override fun equals(other: Any?): Boolean {
|
||||
return other != null &&
|
||||
other is DatabaseAttachment && other.attachmentId == attachmentId && other.uri == uri
|
||||
other is DatabaseAttachment &&
|
||||
other.attachmentId == attachmentId &&
|
||||
other.uri == uri
|
||||
}
|
||||
|
||||
override fun hashCode(): Int {
|
||||
|
||||
Reference in New Issue
Block a user