mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove extra spaces
Command: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/}\\n\\n\\n/}\\n\\n/"`
This commit is contained in:
parent
552db382d6
commit
7d65673561
23 changed files with 0 additions and 23 deletions
|
@ -570,7 +570,6 @@ impl<'a> VirtualMethods for JSRef<'a, HTMLInputElement> {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
impl<'a> FormControl<'a> for JSRef<'a, HTMLInputElement> {
|
||||
fn to_element(self) -> JSRef<'a, Element> {
|
||||
ElementCast::from_ref(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue