final linguist test

pull/1802/head
Alexander Medvednikov 2019-08-30 13:57:53 +03:00 committed by GitHub
parent e3389e8ec1
commit dae4c4b83f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ mut:
fn main() {
s := '[{ "name":"Frodo", "age":25}, {"name":"Bobby", "age":10}]'
users := json.decode( []User, s) or {
users := json.decode([]User, s) or {
eprintln('Failed to parse json')
return
}