Reformat code

This commit is contained in:
世界
2026-01-12 08:17:59 +08:00
parent b937e8d24a
commit 69e7ac9ad2
5 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ struct MainView: View {
}
@ViewBuilder
private func tabBarBackgroundIfAvailable<Content: View>(_ content: Content) -> some View {
private func tabBarBackgroundIfAvailable(_ content: some View) -> some View {
content
}