Skip to content

Commit

Permalink
Runs spotless apply (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored May 15, 2024
1 parent ef15554 commit ab8798d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/teragrep/rlp_03/readme/ReadmeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public synchronized void accept(FrameContext frameContext) {
* New instance of the frameDelegate is provided for every connection
*/
Supplier<FrameDelegate> frameDelegateSupplier = new Supplier<FrameDelegate>() {

@Override
public FrameDelegate get() {
System.out.println("Providing frameDelegate for a connection");
Expand Down

0 comments on commit ab8798d

Please sign in to comment.