mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
script: Wrap a long line.
This commit is contained in:
parent
5dce5f0c97
commit
075fd6818c
1 changed files with 3 additions and 1 deletions
|
@ -644,7 +644,9 @@ impl Element {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn update_inline_style(&self, property_decl: PropertyDeclaration, style_priority: StylePriority) {
|
||||
pub fn update_inline_style(&self,
|
||||
property_decl: PropertyDeclaration,
|
||||
style_priority: StylePriority) {
|
||||
let mut inline_declarations = self.style_attribute().borrow_mut();
|
||||
if let &mut Some(ref mut declarations) = &mut *inline_declarations {
|
||||
let existing_declarations = if style_priority == StylePriority::Important {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue