Skip to content

Commit fbbc4c1

Browse files
committed
Fixing formatting
1 parent 38e8f97 commit fbbc4c1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

internal-api/src/test/java/datadog/trace/api/gateway/InferredProxySpanTests.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,10 @@ void testSupportedProxySystems(String proxySystem, String expectedSpanName) {
236236
}
237237

238238
static Stream<Arguments> supportedProxySystems() {
239-
return Stream.of(of("aws-apigateway", "aws.apigateway"), of("aws-httpapi", "aws.httpapi"), of("azure-apim", "azure.apim"));
239+
return Stream.of(
240+
of("aws-apigateway", "aws.apigateway"),
241+
of("aws-httpapi", "aws.httpapi"),
242+
of("azure-apim", "azure.apim"));
240243
}
241244

242245
@Test

0 commit comments

Comments
 (0)