mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove stray space.
This commit is contained in:
parent
412f0133ca
commit
7178e9bf69
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ fn substitute_all(custom_properties_map: &mut CustomPropertiesMap) {
|
|||
// Some shortcut checks.
|
||||
let (name, value) = if let Some(value) = context.map.get(&name) {
|
||||
// This variable has been resolved. Return the signal value.
|
||||
if value.references.is_empty() || context.invalid.contains(&name) {
|
||||
if value.references.is_empty() || context.invalid.contains(&name) {
|
||||
return None;
|
||||
}
|
||||
// Whether this variable has been visited in this traversal.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue