Skip to content

Commit bbd4e8c

Browse files
committed
swiftlint fix
1 parent 677132b commit bbd4e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComponentsKit/Components/CircularProgress/UKCircularProgress.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ open class UKCircularProgress: UIView, UKComponent {
8080
view.handleTraitChanges()
8181
}
8282
}
83-
83+
8484
CATransaction.begin()
8585
CATransaction.setDisableActions(true)
8686

@@ -249,7 +249,7 @@ extension UKCircularProgress {
249249
layer.isHidden = model.isStripesLayerHidden
250250
layer.fillColor = model.color.main.uiColor.cgColor
251251
}
252-
252+
253253
static func stripesMaskLayer(
254254
_ layer: CAShapeLayer,
255255
model: CircularProgressVM

0 commit comments

Comments
 (0)