runtime: adjust formatting

This commit is contained in:
2026-06-20 15:13:17 +01:00
parent f62713872f
commit f622c2eba3
+3 -2
View File
@@ -220,8 +220,9 @@ static enum bshell_status eval_instruction(
fx_value_to_string(&y, strm, NULL); fx_value_to_string(&y, strm, NULL);
fx_value_unset(&y); fx_value_unset(&y);
const fx_property *prop const fx_property *prop = fx_type_get_property(
= fx_type_get_property(ty, fx_stringstream_get_cstr(strm)); ty,
fx_stringstream_get_cstr(strm));
fx_stringstream_unref(strm); fx_stringstream_unref(strm);
if (!prop) { if (!prop) {