Skip to content

Commit

Permalink
fix up the lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Nov 15, 2023
1 parent 9d6a2cb commit 449ab8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.xmtp.android.library.messages.Envelope
import org.xmtp.android.library.messages.EnvelopeBuilder
import org.xmtp.android.library.messages.Message
import org.xmtp.android.library.messages.MessageBuilder
import org.xmtp.android.library.messages.MessageV2
import org.xmtp.android.library.messages.MessageV2Builder
import org.xmtp.android.library.messages.Pagination
import org.xmtp.android.library.messages.PagingInfoSortDirection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ data class DecryptedMessage(
var senderAddress: String,
var sentAt: Date,
var topic: String = ""
)
)

0 comments on commit 449ab8e

Please sign in to comment.