Skip to content

Commit 6411931

Browse files
Minor changes to example
1 parent 91c7284 commit 6411931

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

example/example.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@
7373
"#": "456-555-7890"
7474
}
7575
],
76-
"email": function () {
77-
return "john@smith.com";
78-
},
76+
"email": function () {return "john@smith.com";},
7977
"comment": "John's profile is not complete."
8078
};
8179

0 commit comments

Comments
 (0)