Skip to content

Commit

Permalink
they used to call me ./gradlew checkstyleMain checkstyleTest back in …
Browse files Browse the repository at this point in the history
…college
  • Loading branch information
ix0rai committed Dec 24, 2023
1 parent f1cbfc3 commit 4f44a0c
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ public ComplexConfigValue copy() {

@Override
public String toString() {
return "SelectedDockers[" +
"top='" + this.top + '\'' +
", bottom='" + this.bottom + '\'' +
", full='" + this.full + '\'' +
']';
return "SelectedDockers["
+ "top='" + this.top + "'"
+ ", bottom='" + this.bottom + "'"
+ ", full='" + this.full + "'"
+ "]";
}
}
}

0 comments on commit 4f44a0c

Please sign in to comment.