[ios] Adjusted code for consistency

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-16 10:47:11 +02:00
committed by Yannik Bloscheck
parent 4fd617684b
commit 93415fe952
8 changed files with 109 additions and 109 deletions

View File

@@ -2,7 +2,7 @@ import SwiftUI
/// View for the routing options
struct RoutingOptionsView: View {
// MARK: - Properties
// MARK: Properties
/// The dismiss action of the environment
@Environment(\.dismiss) private var dismiss