Skip to content

Commit d3f9ef5

Browse files
committed
Fix whitespace violation
1 parent 77e6e35 commit d3f9ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WooCommerce/Classes/ViewRelated/Hub Menu/HubMenuElement.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ struct HubMenuElement: View {
4545
struct HubMenuElement_Previews: PreviewProvider {
4646
static var previews: some View {
4747
HubMenuElement(image: .starOutlineImage(),
48-
imageColor: .blue,
49-
text: "Menu",
50-
onTapGesture: { })
48+
imageColor: .blue,
49+
text: "Menu",
50+
onTapGesture: {})
5151
.previewLayout(.fixed(width: 160, height: 160))
5252
.previewDisplayName("Hub Menu Element")
5353
}

0 commit comments

Comments
 (0)