mirror of
https://github.com/servo/servo.git
synced 2025-07-03 21:43:41 +01:00
Removed space between doc comment and the actual code of pub struct Browser
This commit is contained in:
parent
fd7c895094
commit
a2d0e251a0
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ pub use export::url;
|
|||
/// application Servo is embedded in. Clients then create an event
|
||||
/// loop to pump messages between the embedding application and
|
||||
/// various browser components.
|
||||
|
||||
pub struct Browser {
|
||||
compositor: Box<CompositorEventListener + 'static>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue