Skip to content

Commit cf23eb2

Browse files
committed
Make some property private.
1 parent ffc0465 commit cf23eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Swift Weather/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SwiftWeatherService
1515

1616
class ViewController: UIViewController, CLLocationManagerDelegate {
1717

18-
let locationManager:CLLocationManager = CLLocationManager()
18+
private let locationManager = CLLocationManager()
1919

2020
@IBOutlet var loadingIndicator : UIActivityIndicatorView! = nil
2121
@IBOutlet var icon : UIImageView!

0 commit comments

Comments
 (0)