mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +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
|
@ -482,7 +482,6 @@ pub trait NodeHelpers<'a> {
|
|||
fn summarize(self) -> NodeInfo;
|
||||
}
|
||||
|
||||
|
||||
impl<'a> NodeHelpers<'a> for JSRef<'a, Node> {
|
||||
/// Dumps the subtree rooted at this node, for debugging.
|
||||
fn dump(self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue