Skip to content

Commit b053d1f

Browse files
committed
Address non in-line comments
1 parent d2cfd44 commit b053d1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/java/com/example/reply/ui/ReplyApp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ fun ReplyApp(
4545
},
4646
modifier = modifier
4747
)
48-
}
48+
}

app/src/main/java/com/example/reply/ui/ReplyHomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ private data class NavigationItemContent(
240240
val mailboxType: MailboxType,
241241
val icon: ImageVector,
242242
val text: String
243-
)
243+
)

app/src/main/java/com/example/reply/ui/ReplyViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ class ReplyViewModel : ViewModel() {
6969
)
7070
}
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)