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

@@ -57,7 +57,7 @@ struct PlayerControls: View {
#endif
VStack {
ZStack(alignment: .center) {
ZStack {
VStack(spacing: 0) {
ZStack {
OpeningStream()

View File

@@ -127,7 +127,7 @@ struct TimelineView: View {
.modifier(ControlBackgroundModifier())
.clipShape(RoundedRectangle(cornerRadius: 4))
ZStack(alignment: .center) {
ZStack {
ZStack(alignment: .leading) {
ZStack(alignment: .leading) {
Rectangle()