From 573c806632e22a2f1ea16d1cff2caf2594f8de82 Mon Sep 17 00:00:00 2001 From: CHARLES BOND Date: Sat, 24 Aug 2024 13:51:35 +0900 Subject: [PATCH] code cleanup in response to comments. --- app-ios/Sources/TimetableFeature/TimetableListView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-ios/Sources/TimetableFeature/TimetableListView.swift b/app-ios/Sources/TimetableFeature/TimetableListView.swift index a479bd387..4364f2af2 100644 --- a/app-ios/Sources/TimetableFeature/TimetableListView.swift +++ b/app-ios/Sources/TimetableFeature/TimetableListView.swift @@ -205,12 +205,11 @@ struct DashedDivider: View { } else { shape.frame(width: 1).padding(0) } - //shape } } struct LineShape: Shape { - public var axis: Axis + public let axis: Axis func path(in rect: CGRect) -> Path { var path = Path()