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.
//
import SwiftUI
import Kingfisher
import SwiftUI
struct ProfileView: View {
@State private var selectedFilter: TweetFilterViewModel = .tweets
@ -159,7 +159,6 @@ extension ProfileView {
}
}
.overlay(Divider().offset(x: 0, y: 16))
}
var tweetsView: some View {
@ -170,6 +169,5 @@ extension ProfileView {
}
}
}
}
}