Skip to content

Commit 2b80ccd

Browse files
committed
Format code
1 parent 38513ae commit 2b80ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry/src/test/java/io/sentry/util/SpanUtilsTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class SpanUtilsTest {
5757
assertFalse(SpanUtils.isIgnored(ignoredOrigins, null))
5858
}
5959

60-
6160
@Test
6261
fun `isIgnored returns false for null ignoredOrigins`() {
6362
assertFalse(SpanUtils.isIgnored(null, "auto.http.spring_jakarta.webmvc"))

0 commit comments

Comments
 (0)