From 2b37b0331a7385a28f3bff25c1440a99c041e028 Mon Sep 17 00:00:00 2001 From: Lea Liekenbrock Date: Wed, 15 May 2024 17:38:11 +0200 Subject: [PATCH] test commit --- .../LQChoicesAnswer.class/instance/printDataOn..st | 3 ++- .../LQChoicesAnswer.class/methodProperties.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/Liquid-Core.package/LQChoicesAnswer.class/instance/printDataOn..st b/packages/Liquid-Core.package/LQChoicesAnswer.class/instance/printDataOn..st index e08467ce..894a2a92 100644 --- a/packages/Liquid-Core.package/LQChoicesAnswer.class/instance/printDataOn..st +++ b/packages/Liquid-Core.package/LQChoicesAnswer.class/instance/printDataOn..st @@ -8,4 +8,5 @@ printDataOn: aStream aStream nextPutAll: ':'] from: 1 to: self votedChoiceList size - 1. - aStream nextPutAll: self votedChoiceList last \ No newline at end of file + + aStream nextPutAll: self votedChoiceList last \ No newline at end of file diff --git a/packages/Liquid-Core.package/LQChoicesAnswer.class/methodProperties.json b/packages/Liquid-Core.package/LQChoicesAnswer.class/methodProperties.json index 39b5ab96..c71197af 100644 --- a/packages/Liquid-Core.package/LQChoicesAnswer.class/methodProperties.json +++ b/packages/Liquid-Core.package/LQChoicesAnswer.class/methodProperties.json @@ -6,7 +6,7 @@ "id" : "JT 8/2/2022 16:59", "id:" : "JT 8/2/2022 16:59", "initialize" : "kge 8/1/2022 18:51", - "printDataOn:" : "leli 5/9/2024 16:19", + "printDataOn:" : "leli 5/15/2024 17:37", "questionId" : "JT 8/2/2022 17:01", "questionId:" : "JT 8/2/2022 17:01", "votedChoiceList" : "CG 7/30/2021 19:06",