mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
7c4f9bbf49
commit
8c004c0858
40 changed files with 571 additions and 212 deletions
|
@ -5,9 +5,9 @@
|
|||
//! Resolved values. These are almost always computed values, but in some cases
|
||||
//! there are used values.
|
||||
|
||||
use crate::properties::ComputedValues;
|
||||
use cssparser;
|
||||
use smallvec::SmallVec;
|
||||
use crate::properties::ComputedValues;
|
||||
|
||||
mod color;
|
||||
|
||||
|
@ -182,7 +182,9 @@ where
|
|||
|
||||
#[inline]
|
||||
fn to_resolved_value(self, context: &Context) -> Self::ResolvedValue {
|
||||
Vec::from(self).to_resolved_value(context).into_boxed_slice()
|
||||
Vec::from(self)
|
||||
.to_resolved_value(context)
|
||||
.into_boxed_slice()
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue