Skip to content

Commit 017e3c1

Browse files
committed
two-bucket: format json file
1 parent de6be9d commit 017e3c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

exercises/two-bucket/canonical-data.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
{
101101
"uuid": "58d70152-bf2b-46bb-ad54-be58ebe94c03",
102102
"description": "Measure using bucket one much bigger than bucket two",
103-
"comments": ["Verify the solution is able to pour several times from bucket one to two with no refill"],
103+
"comments": [
104+
"Verify the solution is able to pour several times from bucket one to two with no refill"
105+
],
104106
"property": "measure",
105107
"input": {
106108
"bucketOne": 5,
@@ -117,7 +119,9 @@
117119
{
118120
"uuid": "9dbe6499-caa5-4a58-b5ce-c988d71b8981",
119121
"description": "Measure using bucket one much smaller than bucket two",
120-
"comments": ["Verify the solution is able to pour several times from bucket one to two without emptying"],
122+
"comments": [
123+
"Verify the solution is able to pour several times from bucket one to two without emptying"
124+
],
121125
"property": "measure",
122126
"input": {
123127
"bucketOne": 3,

0 commit comments

Comments
 (0)