Commit a607a44
Change "var" to "let" in Test_Map
Fixes a warning from the Swift 5 compiler about
this "var" that is never mutated. (The fix is correct
for Swift 4 as well, the only change in Swift 5 is the new
warning.)1 parent f8f4067 commit a607a44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments