No bug - Fix mixed indentation in style_adjuster.rs. DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D119579
This commit is contained in:
Emilio Cobos Álvarez 2021-07-11 20:44:01 +00:00
parent b5d465f4cc
commit 4770456952

View File

@ -835,7 +835,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;
}