From f622c2eba32c9e96f51ef2082933eaa7b886789b Mon Sep 17 00:00:00 2001 From: Max Wash Date: Sat, 20 Jun 2026 15:13:17 +0100 Subject: [PATCH] runtime: adjust formatting --- bshell.runtime/runtime/eval.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bshell.runtime/runtime/eval.c b/bshell.runtime/runtime/eval.c index ba9a3d0..be2898d 100644 --- a/bshell.runtime/runtime/eval.c +++ b/bshell.runtime/runtime/eval.c @@ -220,8 +220,9 @@ static enum bshell_status eval_instruction( fx_value_to_string(&y, strm, NULL); fx_value_unset(&y); - const fx_property *prop - = fx_type_get_property(ty, fx_stringstream_get_cstr(strm)); + const fx_property *prop = fx_type_get_property( + ty, + fx_stringstream_get_cstr(strm)); fx_stringstream_unref(strm); if (!prop) {