Return literal unit in StyleSheet::Display
This commit is contained in:
parent
26b0f2c998
commit
af5c945dfa
@ -237,8 +237,8 @@ enum Expr {
|
|||||||
impl Display for StyleSheet {
|
impl Display for StyleSheet {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||||
// todo!(implement into fmt::Result for SassResult)
|
PrettyPrinter::new(f).pretty_print(self).unwrap();
|
||||||
Ok(PrettyPrinter::new(f).pretty_print(self).unwrap())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user