mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Fix mixed indentation in style_adjuster.rs
Differential Revision: https://phabricator.services.mozilla.com/D119579
This commit is contained in:
parent
1918c1c203
commit
d7d407a9ae
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ impl<'a, 'b: 'a> StyleAdjuster<'a, 'b> {
|
|||
|
||||
let is_legacy_marker = self.style.pseudo.map_or(false, |p| p.is_marker()) &&
|
||||
self.style.get_list().clone_list_style_type().is_bullet() &&
|
||||
self.style.get_counters().clone_content() == Content::Normal;
|
||||
self.style.get_counters().clone_content() == Content::Normal;
|
||||
if !is_legacy_marker {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue