Code style fixes

This commit is contained in:
Arkadiusz Fal
2023-04-22 10:56:18 +02:00
parent 8ef016d792
commit 5db74a3997
7 changed files with 9 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ struct ChannelPlaylistView: View {
#if os(iOS)
.navigationBarTrailing
#else
.automatic
.automatic
#endif
}

View File

@@ -40,7 +40,7 @@ struct ChannelVideosView: View {
}
var contentItems: [ContentItem] {
return contentTypeItems.collection
contentTypeItems.collection
}
var body: some View {