Skip to content

Commit 44977f2

Browse files
committed
spotless
1 parent 1806c82 commit 44977f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javaagent-bootstrap/src/test/java/io/opentelemetry/javaagent/bootstrap/IndyProxyHelperTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ class IndyProxyHelperTest {
1515
@Test
1616
void wrongType() {
1717
assertThrows(
18-
IllegalArgumentException.class,
19-
() -> IndyProxyHelper.unwrapIfNeeded("", Integer.class));
18+
IllegalArgumentException.class, () -> IndyProxyHelper.unwrapIfNeeded("", Integer.class));
2019
assertThrows(
2120
IllegalArgumentException.class,
2221
() -> IndyProxyHelper.unwrapIfNeeded(proxy(""), Integer.class));

0 commit comments

Comments
 (0)