Skip to content

Commit ab890bf

Browse files
committed
Fix lint warning on trailing spaces.
1 parent 972f47d commit ab890bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Store Creation/StoreCreationSummaryView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct StoreCreationSummaryView: View {
8181
Spacer()
8282
}
8383
.background(Color(.systemColor(.systemGray6)))
84-
84+
8585
VStack {
8686
VStack(alignment: .leading, spacing: Layout.spacingBetweenStoreNameAndDomain) {
8787
// Store name.

0 commit comments

Comments
 (0)