From 2b44efbbef5b90125fcf31b5ca97bc8675803132 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Fri, 19 Jul 2013 15:36:42 -0600 Subject: [PATCH] Remove spurious whitespace. --- src/components/script/html/hubbub_html_parser.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/script/html/hubbub_html_parser.rs b/src/components/script/html/hubbub_html_parser.rs index 675819fbc37..d9dd9cc5636 100644 --- a/src/components/script/html/hubbub_html_parser.rs +++ b/src/components/script/html/hubbub_html_parser.rs @@ -394,8 +394,6 @@ pub fn parse_html(url: Url, let provenance = InlineProvenance(result::unwrap(url_cell.take()), data.concat()); css_chan3.send(CSSTaskNewFile(provenance)); } - - } }, append_child: |parent: hubbub::NodeDataPtr, child: hubbub::NodeDataPtr| {