Skip to content

Commit

Permalink
SwiftFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave committed Feb 6, 2023
1 parent 164df67 commit 0e1ce2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ struct PaginationIndicatorRoomTimelineView: View {
var body: some View {
ProgressView()
.frame(maxWidth: .infinity)
.padding(.top, 12)
// There should always be padding at the bottom from a date separator.
.padding(.top, 12) // Bottom spacing comes from the next item (date separator).
}
}

Expand Down

0 comments on commit 0e1ce2a

Please sign in to comment.