Skip to content

Commit 9960b7c

Browse files
committed
Remove unnecessary blank lines
1 parent f3cf937 commit 9960b7c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • instrumentation/apache-dubbo-2.7/testing/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7

instrumentation/apache-dubbo-2.7/testing/src/main/java/io/opentelemetry/instrumentation/apachedubbo/v2_7/AbstractDubboTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ void testApacheDubboBase() throws ReflectiveOperationException {
132132
"hello", new String[] {String.class.getName()}, new Object[] {"hello"}));
133133

134134
assertThat(response).isEqualTo("hello");
135-
136135
testing()
137136
.waitAndAssertTraces(
138137
trace ->

0 commit comments

Comments
 (0)