diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-01 10:50:17 -0500 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-12-27 02:53:35 +0530 |
commit | 7d656735616a6ab852e20a86f65428d1103ceca3 (patch) | |
tree | 55a058cac8a8d172f7e028d5e58a9e1099aaf9d1 /components/script/dom/htmlformelement.rs | |
parent | 552db382d6fc868be3bc6aeb500915953f5e0ea3 (diff) | |
download | servo-7d656735616a6ab852e20a86f65428d1103ceca3.tar.gz servo-7d656735616a6ab852e20a86f65428d1103ceca3.zip |
Remove extra spaces
Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
Diffstat (limited to 'components/script/dom/htmlformelement.rs')
-rw-r--r-- | components/script/dom/htmlformelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmlformelement.rs b/components/script/dom/htmlformelement.rs index ffee4ab4687..4a0bc1f0ab8 100644 --- a/components/script/dom/htmlformelement.rs +++ b/components/script/dom/htmlformelement.rs @@ -389,7 +389,6 @@ impl<'a> HTMLFormElementHelpers for JSRef<'a, HTMLFormElement> { } } - // TODO: add file support pub struct FormDatum { pub ty: DOMString, |