Fix default alignment swiftlint offense

This commit is contained in:
Arkadiusz Fal
2022-11-25 19:31:48 +01:00
parent 84e50ddd25
commit 53620c4d35
14 changed files with 17 additions and 17 deletions

View File

@@ -205,7 +205,7 @@ struct VideoCell: View {
if let time = video.length.formattedAsPlaybackTime() || video.live || video.upcoming {
Spacer()
VStack(alignment: .center) {
VStack {
Spacer()
if let time = video.length.formattedAsPlaybackTime() {
@@ -377,7 +377,7 @@ struct VideoCell: View {
Spacer()
HStack(alignment: .center) {
HStack {
if saveHistory,
watchedVideoStyle.isShowingBadge,
watch?.finished ?? false