aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeomjin Kim <beomjin.kim@lge.com>2015-12-09 16:17:50 +0900
committerBeomjin Kim <beomjin.kim@lge.com>2015-12-09 16:17:50 +0900
commita2d0e251a0fee8629d442259a022d63b34c9afbf (patch)
tree9a1c3998284a713780b4c4b1449c16b351a00785
parentfd7c895094e98a0a940841f8608ddf1a970e2c93 (diff)
downloadservo-a2d0e251a0fee8629d442259a022d63b34c9afbf.tar.gz
servo-a2d0e251a0fee8629d442259a022d63b34c9afbf.zip
Removed space between doc comment and the actual code of pub struct Browser
-rw-r--r--components/servo/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index d6f94263d59..0fd5a324fff 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -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>,
}