Skip to content

Commit fbb4e85

Browse files
committed
Fix hound violations
1 parent 0252eea commit fbb4e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/SwiftUI Components/ButtonStyles.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private struct LinkButton: View {
199199

200200
private struct PlusButton: View {
201201
let configuration: ButtonStyleConfiguration
202-
202+
203203
var body: some View {
204204
HStack {
205205
Label {
@@ -213,7 +213,7 @@ private struct PlusButton: View {
213213
.foregroundColor(Color(foregroundColor))
214214
.background(Color(.clear))
215215
}
216-
216+
217217
var foregroundColor: UIColor {
218218
configuration.isPressed ? .accentDark : .accent
219219
}

0 commit comments

Comments
 (0)