Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
static var
stored properties to static let
.
As far as I can tell, these stored properties are not meant to be changed. Therefore, change them to be immutable. This change also makes these static properties concurrency-safe.
- Loading branch information