Fix incorrect empty lines in doc comments
This commit is contained in:
committed by
Stefan Ceriu
parent
fcd1a1a18c
commit
b08da80e18
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user