Skip to content

Commit f57ccd9

Browse files
committed
new line formatting
1 parent 4d0a007 commit f57ccd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Demos/FluentUIDemo_iOS/FluentUI.Demo/Demos/NotificationViewDemoController_SwiftUI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ struct NotificationDemoView: View {
172172
showActionButtonAndDismissButton: showActionButtonAndDismissButton,
173173
defaultDismissButtonAction: dismissButtonAction,
174174
messageButtonAction: messageButtonAction,
175-
showFromBottom: showFromBottom, triggerModel: triggerModel)
175+
showFromBottom: showFromBottom,
176+
triggerModel: triggerModel)
176177
.backgroundGradient(showBackgroundGradient ? backgroundGradient : nil)
177178
.overrideTokens($overrideTokens.wrappedValue ? notificationOverrideTokens : nil)
178179
}

0 commit comments

Comments
 (0)