Skip to content

Commit 2c6d45f

Browse files
committed
nit
1 parent b8d461b commit 2c6d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Sources/AboutViewController/AboutViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AboutViewController: UIViewController {
1818

1919
private var processedImage: CIImage? {
2020
guard
21-
let center = self.gestureLocation,
21+
let center = gestureLocation,
2222
let snapshot = snapshotImage
2323
else { return nil }
2424

0 commit comments

Comments
 (0)