Skip to content

Commit

Permalink
๐ŸŽจ Activate swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
eung7 committed Mar 26, 2024
1 parent 6b53445 commit 0634ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private struct DetailView: View {
Spacer()
HStack(spacing: Metrics.horizontalSpacing) {
PromotionTagView(promotionTag: promotionTag(for: product.promotion))
.padding(.bottom, -12)
.padding(.bottom, -12)
VStack(alignment: .trailing, spacing: .zero) {
Text("(\((product.price / 2).formatted())โ‚ฉ per piece)")
.font(.x2)
Expand Down

0 comments on commit 0634ee1

Please sign in to comment.