Skip to content

Commit d59a5d9

Browse files
committed
chore: remove whitespce
1 parent af38ab2 commit d59a5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs/src/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ fn switch_operator(
479479
object: &Object,
480480
context: &Context,
481481
) -> Result<Value> {
482-
check_operator_properties(operator, object, |_| false)?;
482+
check_operator_properties(operator, object, |_| false)?;
483483
if let Value::Object(obj) = _render(value, context)? {
484484
if let Ok(Value::Array(mut matches)) = get_matching_conditions(obj, context, true) {
485485
if let Value::Object(ref o) = value {

0 commit comments

Comments
 (0)