Skip to content

Commit 8252183

Browse files
committed
fix: apply Xcode styling
1 parent 137f009 commit 8252183

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ios/TabViewImpl.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct TabViewImpl: View {
6363
renderTabItem(at: index)
6464
}
6565
}
66-
#if !os(tvOS)
66+
#if !os(tvOS)
6767
.onTabItemEvent({ index, isLongPress in
6868
guard let key = props.items.filter({
6969
!$0.hidden || $0.key == props.selectedPage
@@ -77,7 +77,7 @@ struct TabViewImpl: View {
7777
emitHapticFeedback()
7878
}
7979
})
80-
#endif
80+
#endif
8181
.introspectTabView(closure: { tabController in
8282
tabBar = tabController.tabBar
8383
})
@@ -94,9 +94,9 @@ struct TabViewImpl: View {
9494
UIView.setAnimationsEnabled(true)
9595
}
9696
}
97-
#if os(tvOS)
97+
#if os(tvOS)
9898
onSelect(newValue)
99-
#endif
99+
#endif
100100
}
101101
}
102102

0 commit comments

Comments
 (0)