Skip to content

Commit 16ad3ac

Browse files
committed
Format code
1 parent ab9b950 commit 16ad3ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentry-async-profiler/src/test/java/io/sentry/asyncprofiler/profiling/JavaContinuousProfilerTest.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ class JavaContinuousProfilerTest {
276276
verify(fixture.mockLogger)
277277
.log(
278278
eq(SentryLevel.WARNING),
279-
eq("Disabling profiling because traces directory is not writable or does not exist: %s (writable=%b, exists=%b)"),
279+
eq(
280+
"Disabling profiling because traces directory is not writable or does not exist: %s (writable=%b, exists=%b)"
281+
),
280282
eq(expectedPath),
281283
eq(false),
282284
eq(true),

0 commit comments

Comments
 (0)