Skip to content

Commit 529123f

Browse files
committed
Useless changes
1 parent 3687944 commit 529123f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/src/main/java/org/wordpress/android/support/he/repository/HESupportRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ class HESupportRepository @Inject constructor(
202202
is SupportMessageAuthor.User -> (this.author as SupportMessageAuthor.User).v1.displayName
203203
is SupportMessageAuthor.SupportAgent -> (this.author as SupportMessageAuthor.SupportAgent).v1.name
204204
},
205-
authorIsUser = this.authorIsCurrentUser,
205+
authorIsUser = this.authorIsCurrentUser
206206
)
207207
}

WordPress/src/main/java/org/wordpress/android/support/he/ui/HEConversationDetailScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private fun ConversationTitleCard(title: String) {
259259
@Composable
260260
private fun MessageItem(
261261
message: SupportMessage,
262-
timestamp: String,
262+
timestamp: String
263263
) {
264264
val messageDescription = "${message.authorName}, $timestamp. ${message.formattedText}"
265265

0 commit comments

Comments
 (0)