Auto merge of #7990 - dagnir:formatting-fix, r=Manishearth

Add newline so code sample is parsed correctly.



<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7990)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-13 02:12:28 -06:00
commit efdaf5e7e5

View file

@ -58,6 +58,7 @@
//! the derived type enum should
//! use one addititional type (the parent class) because sometimes the parent
//! can be the most-derived class of an object.
//!
//! ```ignore
//! pub enum EventTypeId {
//! UIEvent(UIEventTypeId),