Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
timpeeters committed Jun 27, 2024
1 parent bf4da7d commit 008b8a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class OtlpAutoConfigurationIntegrationTests {
private final MockWebServer mockWebServer = new MockWebServer();

private final MockGrpcService mockGrpcService = new MockGrpcService();

private final Server mockGrpcServer = ServerBuilder.forPort(0).addService(this.mockGrpcService).build();

@BeforeEach
Expand Down

0 comments on commit 008b8a3

Please sign in to comment.