Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[snapshot] Replace Objective-C-style NSMakeRange with Swift-style NSR…
…ange.init (#15128) * Replace Objective-C-style NSMakeRange with Swift-style NSRange.init Replace Objective-C-style NSMakeRange(0, simulator.count) with Swift-style NSRange(location: 0, length: simulator.count) (suggested by SwiftLint https://github.com/realm/SwiftLint). Delete empty line. * Increment SnapshotHelperVersion to 1.21
- Loading branch information