diff options
author | coalman <tehcoalman@gmail.com> | 2017-04-18 02:21:10 -0400 |
---|---|---|
committer | coalman <tehcoalman@gmail.com> | 2017-04-18 14:56:13 -0400 |
commit | fc34b9a14dfb357f15116a5e53a73146be14845a (patch) | |
tree | e0f698a480c2ebd6a4e0e50f365b85feecaf2066 /components/script/dom/bindings/trace.rs | |
parent | 57e74542ee0b33bf103064a194f4d7ba27ea5b49 (diff) | |
download | servo-fc34b9a14dfb357f15116a5e53a73146be14845a.tar.gz servo-fc34b9a14dfb357f15116a5e53a73146be14845a.zip |
Fix indentation errors in servo rust code that tidy now finds.
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 9c798c42500..1bc9c165fb1 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -728,7 +728,7 @@ impl<T: JSTraceable> RootableVec<T> { RootableVec { v: vec![], } - } + } } /// A vector of items that are rooted for the lifetime 'a. |