Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Dec 7, 2023
1 parent 0ebb70c commit c65c1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ default void pushStyle(final @NotNull Style style) {
void component(final @NotNull String text);

/**
* Determine is the flattener should continue running
* Determine if the flattener should continue running.
*
* @return {@code true} if the flattener should continue or {@code false} if it should stop
* @since 4.15.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public TrackingFlattener assertStyles(final Style... styles) {
static class CancellingFlattener extends TrackingFlattener {
int maxCount;

public CancellingFlattener(int maxCount) {
CancellingFlattener(final int maxCount) {
this.maxCount = maxCount;
}

Expand Down

0 comments on commit c65c1fe

Please sign in to comment.