Skip to content

Commit 995e714

Browse files
committed
Fix a Hound warning.
1 parent b7fd7ea commit 995e714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Store Creation/Profiler/RequiredStoreCreationProfilerQuestionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct RequiredStoreCreationProfilerQuestionView<QuestionContent: View>: View {
5151
}
5252
.toolbar {
5353
ToolbarItem(placement: .navigationBarTrailing) {
54-
SupportButton{
54+
SupportButton {
5555
viewModel.supportButtonTapped()
5656
}
5757
}

0 commit comments

Comments
 (0)