mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
style: Reindent yet another function.
This commit is contained in:
@@ -58,11 +58,12 @@ pub trait Element: Sized + Clone + Debug {
|
||||
/// Empty string for no namespace
|
||||
fn namespace(&self) -> &<Self::Impl as SelectorImpl>::BorrowedNamespaceUrl;
|
||||
|
||||
fn attr_matches(&self,
|
||||
ns: &NamespaceConstraint<&<Self::Impl as SelectorImpl>::NamespaceUrl>,
|
||||
local_name: &<Self::Impl as SelectorImpl>::LocalName,
|
||||
operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>)
|
||||
-> bool;
|
||||
fn attr_matches(
|
||||
&self,
|
||||
ns: &NamespaceConstraint<&<Self::Impl as SelectorImpl>::NamespaceUrl>,
|
||||
local_name: &<Self::Impl as SelectorImpl>::LocalName,
|
||||
operation: &AttrSelectorOperation<&<Self::Impl as SelectorImpl>::AttrValue>,
|
||||
) -> bool;
|
||||
|
||||
fn match_non_ts_pseudo_class<F>(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user