diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-05-27 13:32:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-05-27 13:32:05 -0400 |
commit | 3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e (patch) | |
tree | 4012cf37e6c594149bc8fe7e19b097c7518156e8 /components/script/dom/pluginarray.rs | |
parent | 4ebc065cba15184c8f63a28f128ec833fffccef7 (diff) | |
download | servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.tar.gz servo-3cb8af20c24ea0972220fa3fa7cbfcbd99c0848e.zip |
Remove empty lines following braces.
Diffstat (limited to 'components/script/dom/pluginarray.rs')
-rw-r--r-- | components/script/dom/pluginarray.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/pluginarray.rs b/components/script/dom/pluginarray.rs index 5cbf589b7e7..aabba4928a4 100644 --- a/components/script/dom/pluginarray.rs +++ b/components/script/dom/pluginarray.rs @@ -32,7 +32,6 @@ impl PluginArray { impl PluginArrayMethods for PluginArray { // https://html.spec.whatwg.org/multipage/#dom-pluginarray-refresh fn Refresh(&self, _reload: bool) { - } // https://html.spec.whatwg.org/multipage/#dom-pluginarray-length |