style(ProfileView): 整理代码格式

整理代码格式

Signed-off-by: Ching <loooching@gmail.com>
This commit is contained in:
Ching 2023-05-03 18:31:36 +08:00
parent d34651e306
commit 1e635a29d9
2 changed files with 2 additions and 4 deletions

View File

@ -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
@ -158,8 +158,7 @@ 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 {
} }
} }
} }
} }
} }