Skip to content

Commit ec809bb

Browse files
committed
Ran a SwiftLint pass on the code
1 parent 0cb8511 commit ec809bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BlurUIKit/UIView+Blur.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension UIView {
3737
set {
3838
// We can't update the radius of an existing object,
3939
// so copy and create a fresh object from it.
40-
var newFilter: NSObject? = nil
40+
var newFilter: NSObject?
4141
if let filter = self.blurFilter {
4242
self.layer.filters?.removeAll { ($0 as? NSObject) == filter }
4343
newFilter = BlurFilterProvider.blurFilterCopy(from: filter, named: "gaussianBlur")

0 commit comments

Comments
 (0)