Skip to content

Commit

Permalink
code cleanup in response to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-b-stb committed Aug 24, 2024
1 parent f9a249a commit 573c806
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-ios/Sources/TimetableFeature/TimetableListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 573c806

Please sign in to comment.