From 6c2bd2d6aa2529e8480e027e8b8ec20f4dd1ddd7 Mon Sep 17 00:00:00 2001 From: KOIZUMI Satoru Date: Thu, 28 Aug 2025 20:54:15 +0900 Subject: [PATCH] fix a minor bug --- tutorial/cli/example1.e | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/cli/example1.e b/tutorial/cli/example1.e index 1653e3afd..e1a352968 100644 --- a/tutorial/cli/example1.e +++ b/tutorial/cli/example1.e @@ -22,6 +22,7 @@ feature {ANY} if opt_organization.is_set then io.put_string(opt_organization.item) + io.put_character(' ') else io.put_string(opt_author_last.item.as_upper) io.put_string(", ")