Skip to content

Commit dc865e5

Browse files
authored
chore: 🤖 code format (SAP#1150)
build error in xcode 16.2
1 parent f84216e commit dc865e5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Apps/Examples/Examples/FioriSwiftUICore/Card/MobileCardExample.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ struct FioriCardFeaturedContent<Content: View>: View {
292292
}
293293
}
294294

295-
public struct FioriCard<
296-
Content: View,
297-
>: View {
295+
public struct FioriCard<Content: View>: View {
298296
// MARK: - Elements of a card
299297

300298
private let content: Content
@@ -307,9 +305,7 @@ public struct FioriCard<
307305
/// - header: The header of the card.
308306
/// - content: The content of the card.
309307
/// - footer: The footer of the card.
310-
public init(
311-
@ViewBuilder content: () -> Content = { EmptyView() },
312-
) {
308+
public init(@ViewBuilder content: () -> Content = { EmptyView() }) {
313309
self.content = content()
314310
}
315311

0 commit comments

Comments
 (0)