mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Fix incorrect indentation
This commit is contained in:
parent
d5ee58caf2
commit
768993f03f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ impl VirtualMethods for HTMLFontElement {
|
|||
fn attribute_mutated(&self, attr: &Attr, mutation: AttributeMutation) {
|
||||
self.super_type().unwrap().attribute_mutated(attr, mutation);
|
||||
match attr.local_name() {
|
||||
&atom!(color) => {
|
||||
&atom!(color) => {
|
||||
self.color.set(mutation.new_value(attr).and_then(|value| {
|
||||
str::parse_legacy_color(&value).ok()
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue