diff options
Diffstat (limited to 'components/devtools/actors/stylesheets.rs')
-rw-r--r-- | components/devtools/actors/stylesheets.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/actors/stylesheets.rs b/components/devtools/actors/stylesheets.rs index fadb16f1f3c..772d807e4ea 100644 --- a/components/devtools/actors/stylesheets.rs +++ b/components/devtools/actors/stylesheets.rs @@ -50,6 +50,6 @@ impl Actor for StyleSheetsActor { impl StyleSheetsActor { pub fn new(name: String) -> StyleSheetsActor { - StyleSheetsActor { name: name } + StyleSheetsActor { name } } } |