layout: Minor style cleanup.

This commit is contained in:
Patrick Walton 2016-10-24 18:22:01 -07:00
parent 824a5e2e13
commit ba005a93b8
4 changed files with 30 additions and 16 deletions

View file

@ -959,7 +959,8 @@ impl fmt::Debug for BaseFlow {
};
write!(f,
"sc={:?} pos={:?}, {}{} floatspec-in={:?}, floatspec-out={:?}, overflow={:?}{}{}{}",
"sc={:?} pos={:?}, {}{} floatspec-in={:?}, floatspec-out={:?}, \
overflow={:?}{}{}{}",
self.stacking_context_id,
self.position,
if self.flags.contains(FLOATS_LEFT) { "FL" } else { "" },