From 76dd4ae05eefd9d07d9fa2cdfe69a28d6bc3a67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 24 Feb 2018 22:45:07 +0100 Subject: [PATCH] style: Reindent yet another function. --- components/selectors/tree.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/components/selectors/tree.rs b/components/selectors/tree.rs index 3e1a1ac3643..c9baeb1316d 100644 --- a/components/selectors/tree.rs +++ b/components/selectors/tree.rs @@ -58,11 +58,12 @@ pub trait Element: Sized + Clone + Debug { /// Empty string for no namespace fn namespace(&self) -> &::BorrowedNamespaceUrl; - fn attr_matches(&self, - ns: &NamespaceConstraint<&::NamespaceUrl>, - local_name: &::LocalName, - operation: &AttrSelectorOperation<&::AttrValue>) - -> bool; + fn attr_matches( + &self, + ns: &NamespaceConstraint<&::NamespaceUrl>, + local_name: &::LocalName, + operation: &AttrSelectorOperation<&::AttrValue>, + ) -> bool; fn match_non_ts_pseudo_class( &self,