Skip to content

Commit eab2747

Browse files
authored
Merge pull request #3001 from fastred/indentation-in-changelog
Fix indentation in Swift 3.0 Changelog
2 parents 579ce32 + 425185e commit eab2747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Swift 3.0
2929

3030
class Derived<T> : Base<T> {
3131
// init(t: T) is now synthesized to call super.init(t: t)
32-
}```
32+
}
33+
```
3334

3435
* [SE-0081](https://github.com/apple/swift-evolution/blob/master/proposals/0081-move-where-expression.md)
3536
"Move 'where' clause to end of declaration" is implemented, allowing you to

0 commit comments

Comments
 (0)