Skip to content

Commit 73bebfd

Browse files
committed
add
1 parent a1beb1a commit 73bebfd

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
@@ -19,7 +19,7 @@ public static void main(String[] args) {
1919
schema.shape(schemas);
2020

2121
Map<String, Object> human1 = new HashMap<>();
22-
human1.put("name", "Alice");
22+
human1.put("name", "Alice ");
2323
human1.put("age", 25);
2424

2525
System.out.println(schema.isValid(human1)); // true

0 commit comments

Comments
 (0)