Fix incorrect empty lines in doc comments

This commit is contained in:
Stefan Ceriu
2026-01-27 08:43:51 +02:00
committed by Stefan Ceriu
parent fcd1a1a18c
commit b08da80e18
2 changed files with 0 additions and 2 deletions

View File

@@ -594,7 +594,6 @@ private struct NavigationSplitCoordinatorView: View {
/// - Parameters:
/// - coordinator: the coordinator to display
/// - animated: whether to animate the transition or not. Default is true
/// - dismissalCallback: called when the sheet has been dismissed, programatically or otherwise
func setSheetCoordinator(_ coordinator: (any CoordinatorProtocol)?, animated: Bool = true, dismissalCallback: (() -> Void)? = nil) {
if let navigationSplitCoordinator {

View File

@@ -125,7 +125,6 @@ import SwiftUI
/// - Parameters:
/// - coordinator: the coordinator to display
/// - animated: whether to animate the transition or not. Default is true
/// - dismissalCallback: called when the sheet has been dismissed, programatically or otherwise
func setSheetCoordinator(_ coordinator: (any CoordinatorProtocol)?, animated: Bool = true, dismissalCallback: (() -> Void)? = nil) {
guard let coordinator else {