Skip to content

Commit

Permalink
fix: remove extra chars
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Oct 3, 2023
1 parent a9cc124 commit 1efb6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AuthorBuilder phomes(List<String> phones) {
this.phones = phones;
return this;
}
lo

public AuthorBuilder address(Address address) {
this.address = address;
return this;
Expand Down

0 comments on commit 1efb6ff

Please sign in to comment.