Skip to content

Commit 59aa02b

Browse files
committed
add
1 parent 1abcb54 commit 59aa02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/hexlet/code/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(String[] args) {
1313
MapSchema schema = v.map();
1414

1515
Map<String, BaseSchema<?>> schemas = new HashMap<>();
16-
schemas.put("name", v.string().required());
16+
schemas.put("name ", v.string().required());
1717
schemas.put("age", v.number().positive());
1818

1919
schema.shape(schemas);

0 commit comments

Comments
 (0)