mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -107,7 +107,6 @@ impl<'a> FormDataMethods for JSRef<'a, FormData> {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
trait PrivateFormDataHelpers{
|
||||
fn get_file_from_blob(&self, value: JSRef<Blob>, filename: Option<DOMString>) -> Temporary<File>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue