Removed space between doc comment and the actual code of pub struct Browser

This commit is contained in:
Beomjin Kim 2015-12-09 16:17:50 +09:00
parent fd7c895094
commit a2d0e251a0

View file

@ -114,7 +114,6 @@ pub use export::url;
/// application Servo is embedded in. Clients then create an event /// application Servo is embedded in. Clients then create an event
/// loop to pump messages between the embedding application and /// loop to pump messages between the embedding application and
/// various browser components. /// various browser components.
pub struct Browser { pub struct Browser {
compositor: Box<CompositorEventListener + 'static>, compositor: Box<CompositorEventListener + 'static>,
} }