8000 Merge pull request #63 from greg3z/master · r4jiv007/swift-style-guide@926d7ba · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 926d7ba

Browse files
authored
Merge pull request github#63 from greg3z/master
Remove unwanted whitespaces and capital letters
2 parents 4bdc8c3 + 231218f commit 926d7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Also, when specifying the type of a dictionary, always put the colon immediately
159159
after the key type, followed by a space and then the value type.
160160

161161
```swift
162-
let capitals: [Country: City] = [ Sweden: Stockholm ]
162+
let capitals: [Country: City] = [sweden: stockholm]
163163
```
164164

165165
#### Only explicitly refer to `self` when required

0 commit comments

Comments
 (0)
0