Skip to content

Commit 411b3ca

Browse files
committed
Fix lint warnings from trailing whitespaces.
1 parent 0d95af5 commit 411b3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/POS/Utils/POSShadowStyle.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum POSShadowStyle {
1111
/// A ViewModifier that applies predefined shadow styles.
1212
struct POSShadowStyleModifier: ViewModifier {
1313
let style: POSShadowStyle
14-
14+
1515
func body(content: Content) -> some View {
1616
switch style {
1717
case .medium:
@@ -46,7 +46,7 @@ extension View {
4646
.foregroundStyle(Color.posOnSecondaryContainer)
4747
.background(Color.posOutlineVariant)
4848
.posShadow(.medium)
49-
49+
5050
Text("Large Shadow")
5151
.padding()
5252
.frame(width: 200, height: 100)

0 commit comments

Comments
 (0)