Fix trailing whitespace tidy errors

This commit is contained in:
Cameron Zwarich 2014-09-25 13:48:07 -07:00
parent 1fba32af9f
commit ce2484a7ce
4 changed files with 8 additions and 5 deletions

View file

@ -141,3 +141,4 @@ impl LintPass for UnrootedPass {
}
}
}

View file

@ -237,3 +237,4 @@ impl<'a> JSTraceable for &'a str {
// Do nothing
}
}

View file

@ -64,3 +64,4 @@ macro_rules! untraceable(
}
);
)