Skip to content

Commit 9fe1711

Browse files
committed
chore: './gradlew :objects_app:spotlessApply' script
1 parent ffed015 commit 9fe1711

File tree

1 file changed

+1
-1
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/chelseaogbonnia

1 file changed

+1
-1
lines changed

lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/chelseaogbonnia/Book.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public String getAuthor() {
4646
public Genre getGenre() {
4747
return genre;
4848
}
49-
49+
5050
public BookType getBookType() {
5151
return bookType;
5252
}

0 commit comments

Comments
 (0)