mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
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:
commit
efdaf5e7e5
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
||||||
//! the derived type enum should
|
//! the derived type enum should
|
||||||
//! use one addititional type (the parent class) because sometimes the parent
|
//! use one addititional type (the parent class) because sometimes the parent
|
||||||
//! can be the most-derived class of an object.
|
//! can be the most-derived class of an object.
|
||||||
|
//!
|
||||||
//! ```ignore
|
//! ```ignore
|
||||||
//! pub enum EventTypeId {
|
//! pub enum EventTypeId {
|
||||||
//! UIEvent(UIEventTypeId),
|
//! UIEvent(UIEventTypeId),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue