Format code

This commit is contained in:
rajajisai
2025-08-01 11:59:57 -07:00
parent 30c059483e
commit d09dd4170b

View File

@@ -8026,7 +8026,7 @@ pub fn apply_numeric_affinity(register: &mut Register, try_for_int: bool) -> boo
apply_integer_affinity(register);
}
true
}else{
} else {
false
}
}