mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -40,7 +40,6 @@ impl DOMTokenList {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
trait PrivateDOMTokenListHelpers {
|
||||
fn attribute(self) -> Option<Temporary<Attr>>;
|
||||
fn check_token_exceptions<'a>(self, token: &'a str) -> Fallible<&'a str>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue