chore(summary): changes ident from tabs to spaces, and trims lines' end

This commit is contained in:
huangjj27 2017-10-08 15:02:20 +08:00
parent ccde88e5b5
commit 4a4ca95136

View File

@ -94,11 +94,11 @@
- [共享状态](ch16-03-shared-state.md) - [共享状态](ch16-03-shared-state.md)
- [可扩展的并发:`Sync`和`Send`](ch16-04-extensible-concurrency-sync-and-send.md) - [可扩展的并发:`Sync`和`Send`](ch16-04-extensible-concurrency-sync-and-send.md)
- [面向对象](ch17-00-oop.md) - [面向对象](ch17-00-oop.md)
- [什么是面向对象?](ch17-01-what-is-oo.md) - [什么是面向对象?](ch17-01-what-is-oo.md)
- [为使用不同类型的值而设计的 trait 对象](ch17-02-trait-objects.md) - [为使用不同类型的值而设计的 trait 对象](ch17-02-trait-objects.md)
- [面向对象设计模式的实现](ch17-03-oo-design-patterns.md) - [面向对象设计模式的实现](ch17-03-oo-design-patterns.md)
## 高级主题 ## 高级主题
- [模式用来匹配值的结构](ch18-00-patterns.md) - [模式用来匹配值的结构](ch18-00-patterns.md)