mirror of
https://github.com/yattee/yattee.git
synced 2025-10-18 21:38:13 +00:00
Fix default alignment swiftlint offense
This commit is contained in:
@@ -27,7 +27,7 @@ struct PlaylistFormView: View {
|
||||
Group {
|
||||
#if os(macOS) || os(iOS)
|
||||
VStack(alignment: .leading) {
|
||||
HStack(alignment: .center) {
|
||||
HStack {
|
||||
Text(editing ? "Edit Playlist" : "Create Playlist")
|
||||
.font(.title2.bold())
|
||||
|
||||
@@ -99,7 +99,7 @@ struct PlaylistFormView: View {
|
||||
|
||||
#if os(tvOS)
|
||||
var header: some View {
|
||||
HStack(alignment: .center) {
|
||||
HStack {
|
||||
Text(editing ? "Edit Playlist" : "Create Playlist")
|
||||
.font(.title2.bold())
|
||||
|
||||
|
Reference in New Issue
Block a user