Skip to content

Commit 6f63a07

Browse files
committed
Resolving the indentation issue
1 parent d159b67 commit 6f63a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsagentprovider/src/test/java/software/amazon/opentelemetry/javaagent/providers/AwsMetricAttributeGeneratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ public void testDbUserPresentAndIsDbSpanFalse() {
10801080
when(spanDataMock.getKind()).thenReturn(SpanKind.CLIENT);
10811081

10821082
Attributes actualAttributes =
1083-
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
1083+
GENERATOR.generateMetricAttributeMapFromSpan(spanDataMock, resource).get(DEPENDENCY_METRIC);
10841084
assertThat(actualAttributes.get(AWS_REMOTE_DB_USER)).isNull();
10851085
}
10861086

0 commit comments

Comments
 (0)