mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Clean up unnecessary code noise
This commit is contained in:
parent
a3f43076b6
commit
0dc64daed9
1 changed files with 1 additions and 1 deletions
|
@ -949,7 +949,7 @@ impl<'a, ConcreteThreadSafeLayoutNode: ThreadSafeLayoutNode>
|
|||
|
||||
// Modify the style as necessary. (See the comment in
|
||||
// `properties::modify_style_for_replaced_content()`.)
|
||||
let mut style = (*node.style(self.style_context())).clone();
|
||||
let mut style = node.style(self.style_context()).clone();
|
||||
properties::modify_style_for_replaced_content(&mut style);
|
||||
|
||||
// If this is generated content, then we need to initialize the accumulator with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue