Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
n3A87 committed Oct 1, 2024
1 parent bb2829a commit 1d4e1cb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ public void setAge(Integer age) {

@Override
public String toString() {
return "Player{" +
"id='" + id + '\'' +
", name='" + name + '\'' +
", age=" + age +
'}';
return "Player{"
+ "id='" + id + '\''
+ ", name='" + name + '\''
+ ", age=" + age
+ '}';
}

}

0 comments on commit 1d4e1cb

Please sign in to comment.