diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 21:52:58 +0000 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2023-11-29 21:52:58 +0000 |
commit | 931bffbda3668ddc609fc1da8f9eb576b170aa52 (patch) | |
tree | d8c1843a95da5ea0bb4acc09f7e37843d9995c86 /runtime/tutor/tutor.tutor | |
parent | 142d9041391780ac15b89886a54015fdc5c73995 (diff) | |
parent | 4a8bf24ac690004aedf5540fa440e788459e5e34 (diff) | |
download | rneovim-931bffbda3668ddc609fc1da8f9eb576b170aa52.tar.gz rneovim-931bffbda3668ddc609fc1da8f9eb576b170aa52.tar.bz2 rneovim-931bffbda3668ddc609fc1da8f9eb576b170aa52.zip |
Merge remote-tracking branch 'upstream/master' into userreguserreg
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 + } } ~~~ |