Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed May 24, 2024
1 parent 99dbb23 commit de50f47
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public interface Listener {
void triggered(Event event);
}

public record Stats(int registeredTransformCount, String peekTransformName) {
}
public record Stats(int registeredTransformCount, String peekTransformName) {}

private static final Logger logger = LogManager.getLogger(TransformScheduler.class);

Expand Down

0 comments on commit de50f47

Please sign in to comment.