From 7d656735616a6ab852e20a86f65428d1103ceca3 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 1 Dec 2014 10:50:17 -0500 Subject: Remove extra spaces Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"` --- components/script/dom/htmltableelement.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/script/dom/htmltableelement.rs') diff --git a/components/script/dom/htmltableelement.rs b/components/script/dom/htmltableelement.rs index cb638e4f371..b21950b096c 100644 --- a/components/script/dom/htmltableelement.rs +++ b/components/script/dom/htmltableelement.rs @@ -57,7 +57,6 @@ impl HTMLTableElement { } } - impl<'a> HTMLTableElementMethods for JSRef<'a, HTMLTableElement> { // http://www.whatwg.org/html/#dom-table-caption fn GetCaption(self) -> Option> { -- cgit v1.2.3