Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7f2dffc

Browse files
author
Kerr Marin Miller
committed
Remove unneeded whitespace
1 parent c05f697 commit 7f2dffc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Our overarching goals are conciseness, readability, and simplicity.
5858

5959
Consider warnings to be errors. This rule informs many stylistic decisions such as not to use deprecated methods, C-style for loops, or strings as selectors.
6060

61-
6261
## Naming
6362

6463
Clarity at the point of use is your most important goal. Entities such as methods and properties are declared only once but used repeatedly. Design APIs to make those uses clear and concise. When evaluating a design, reading a declaration is seldom sufficient; always examine a use case to make sure it looks clear in context.

0 commit comments

Comments
 (0)