Skip to content

Commit

Permalink
Add newline at the end of RecordedRequests
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Jun 20, 2024
1 parent 35d55f1 commit 0d87e4c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import static org.assertj.core.api.Assertions.assertThat;

import okhttp3.mockwebserver.MockWebServer;
import okhttp3.mockwebserver.RecordedRequest;
import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;
import okhttp3.mockwebserver.MockWebServer;
import okhttp3.mockwebserver.RecordedRequest;
import org.kiwiproject.base.UncheckedInterruptedException;

import java.util.Optional;
Expand Down Expand Up @@ -73,4 +73,4 @@ public static RecordedRequest takeRequestOrNull(MockWebServer mockWebServer) {
throw new UncheckedInterruptedException(e);
}
}
}
}

0 comments on commit 0d87e4c

Please sign in to comment.