style(ProfileView): 整理代码格式
整理代码格式 Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
parent
d34651e306
commit
1e635a29d9
Binary file not shown.
@ -5,8 +5,8 @@
|
|||||||
// Created by ching on 2023/5/2.
|
// Created by ching on 2023/5/2.
|
||||||
//
|
//
|
||||||
|
|
||||||
import SwiftUI
|
|
||||||
import Kingfisher
|
import Kingfisher
|
||||||
|
import SwiftUI
|
||||||
|
|
||||||
struct ProfileView: View {
|
struct ProfileView: View {
|
||||||
@State private var selectedFilter: TweetFilterViewModel = .tweets
|
@State private var selectedFilter: TweetFilterViewModel = .tweets
|
||||||
@ -159,7 +159,6 @@ extension ProfileView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.overlay(Divider().offset(x: 0, y: 16))
|
.overlay(Divider().offset(x: 0, y: 16))
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var tweetsView: some View {
|
var tweetsView: some View {
|
||||||
@ -170,6 +169,5 @@ extension ProfileView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user