style: Remove stray space.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-05 04:04:45 +01:00
parent 412f0133ca
commit 7178e9bf69
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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.