Skip to content

Commit b05131f

Browse files
committed
add
1 parent f023947 commit b05131f

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
@@ -14,7 +14,7 @@ public static void main(String[] args) {
1414

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

1919
schema.shape(schemas);
2020

0 commit comments

Comments
 (0)