diff options
Diffstat (limited to 'runtime/tutor/tutor.tutor')
-rw-r--r-- | runtime/tutor/tutor.tutor | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/tutor/tutor.tutor b/runtime/tutor/tutor.tutor index c2d5268e3d..3156b94dbb 100644 --- a/runtime/tutor/tutor.tutor +++ b/runtime/tutor/tutor.tutor @@ -229,11 +229,11 @@ These elements are specified in separate JSON files like this ~~~ json { - "expect": { - "1": "This is how this line should look.", - "2": "This is how this line should look.", - "3": -1 - } + "expect": { + "1": "This is how this line should look.", + "2": "This is how this line should look.", + "3": -1 + } } ~~~ |