-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
I spotted some linter warnings from the toolkit source files. I realized that with the Swift package manifest setup, it is different than an Xcode project file where we can place a shell script in its Build Phases. Is this already taken into consideration?
One of the linter warning example ⚠️ Closure Opening Space Violation: Use one space between the brace and bracket. (closure_opening_space)
| rotationObservation = mapView.observe(\.rotation, options: .new) {[weak self] (_, change) in |
