mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
1754c832d8
commit
071ce6f345
22 changed files with 210 additions and 163 deletions
|
@ -267,8 +267,7 @@ impl Display {
|
|||
/// Whether this is `display: inline` (or `inline list-item`).
|
||||
#[inline]
|
||||
pub fn is_inline_flow(&self) -> bool {
|
||||
self.outside() == DisplayOutside::Inline &&
|
||||
self.inside() == DisplayInside::Flow
|
||||
self.outside() == DisplayOutside::Inline && self.inside() == DisplayInside::Flow
|
||||
}
|
||||
|
||||
/// Returns whether this `display` value is some kind of list-item.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue