mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix tidy
This commit is contained in:
parent
c33fa3effa
commit
8eafe6a3b7
6 changed files with 17 additions and 17 deletions
|
@ -168,7 +168,7 @@ impl PseudoElement {
|
|||
}
|
||||
|
||||
/// Stub, only Gecko needs this
|
||||
pub fn pseudo_info(&self) -> () { () }
|
||||
pub fn pseudo_info(&self) { () }
|
||||
}
|
||||
|
||||
/// The type used for storing pseudo-class string arguments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue