Skip to content

Commit 81728e1

Browse files
committed
fix: build error
1 parent 1401812 commit 81728e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_09/types/types_app/src/main/java/com/codedifferently/lesson9/dataprovider/AngelicaCastilloProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public Map<String, Class> getColumnTypeByName() {
2020
"column6", Boolean.class,
2121
"column7", Double.class);
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)