Skip to content

Commit 194be9b

Browse files
committed
format code
1 parent 6f39208 commit 194be9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iosApp/iosApp/UI/Page/Home/View/Home/HomeScreenSwiftUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct HomeScreenSwiftUI: View {
3636

3737
HomeTabViewContentViewSwiftUI(
3838
tabStore: tabStore,
39-
selectedTab: $selectedHomeAppBarTabKey,
39+
selectedTab: $selectedHomeAppBarTabKey
4040
)
4141
}.toolbarVisibility(.hidden, for: .navigationBar)
4242
.onAppear {

0 commit comments

Comments
 (0)