mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Fix tidy
This commit is contained in:
parent
c33fa3effa
commit
8eafe6a3b7
6 changed files with 17 additions and 17 deletions
|
@ -148,7 +148,9 @@ impl ComputedValuesInner {
|
|||
visited_style: None,
|
||||
flags: ComputedValueFlags::empty(),
|
||||
% for style_struct in data.style_structs:
|
||||
${style_struct.gecko_name}: Arc::into_raw_offset(style_structs::${style_struct.name}::default(pres_context)),
|
||||
${style_struct.gecko_name}: Arc::into_raw_offset(
|
||||
style_structs::${style_struct.name}::default(pres_context)
|
||||
),
|
||||
% endfor
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue