mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
Fix tidy
This commit is contained in:
parent
c33fa3effa
commit
8eafe6a3b7
6 changed files with 17 additions and 17 deletions
|
@ -3358,7 +3358,6 @@ pub extern "C" fn Servo_StyleSet_HasStateDependency(
|
|||
pub extern "C" fn Servo_GetCustomPropertyValue(computed_values: ServoComputedValuesBorrowed,
|
||||
name: *const nsAString,
|
||||
value: *mut nsAString) -> bool {
|
||||
|
||||
let custom_properties = match computed_values.custom_properties() {
|
||||
Some(p) => p,
|
||||
None => return false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue