Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 11, 2023
1 parent 43edfea commit 4c5439e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public Ticks<T> autoSkip(boolean autoSkip) {

/** If true, scale starts at 0. */
public Ticks<T> beginAtZero(boolean beginAtZero) {
this.beginAtZero = beginAtZero;
return this;
this.beginAtZero = beginAtZero;
return this;
}

/** If true, show the ticks. */
Expand Down

0 comments on commit 4c5439e

Please sign in to comment.