reformatted long line continuation

This commit is contained in:
Seshu Thanneeru 2022-01-20 19:09:27 +05:30
parent ab3a7a9d49
commit 86ad04b541
1 changed files with 1 additions and 4 deletions

View File

@ -81,10 +81,7 @@ public class IdentityHashMapDemonstrator {
@Override
public String toString() {
return "Book{" +
"title='" + title + '\'' +
", year=" + year +
'}';
return "Book{title='" + title + "', year=" + year + "}";
}
}