Skip to content

Commit

Permalink
Remove useless space
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Jun 26, 2024
1 parent f0e0788 commit 29c6edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Message : RealmObject {
var size: Int = 0
@SerialName("has_unsubscribe_link")
var hasUnsubscribeLink: Boolean? = null
var bimi : Bimi? = null
var bimi: Bimi? = null

// TODO: Those are unused for now, but if we ever want to use them, we need to save them in `Message.keepHeavyData()`.
// If we don't do it now, we'll probably forget to do it in the future.
Expand Down

0 comments on commit 29c6edb

Please sign in to comment.