End files with new lines

This commit is contained in:
Naveen Singh 2025-03-24 00:32:39 +05:30
parent 89245d7f48
commit 948728dba5
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B
2 changed files with 2 additions and 2 deletions

View file

@ -110,4 +110,4 @@ fun Activity.launchConversationDetails(threadId: Long) {
putExtra(THREAD_ID, threadId)
startActivity(this)
}
}
}

View file

@ -9,4 +9,4 @@ data class Draft(
@ColumnInfo(name = "thread_id") @PrimaryKey val threadId: Long,
@ColumnInfo(name = "body") val body: String,
@ColumnInfo(name = "date") val date: Long,
)
)