Skip to content

Commit 2e54dde

Browse files
committed
Format code
1 parent 0ea8a2d commit 2e54dde

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
@@ -279,7 +279,9 @@ class JavaContinuousProfilerTest {
279279
verify(fixture.mockLogger)
280280
.log(
281281
eq(SentryLevel.WARNING),
282-
eq("Disabling profiling because traces directory is not writable or does not exist: %s (writable=%b, exists=%b)"),
282+
eq(
283+
"Disabling profiling because traces directory is not writable or does not exist: %s (writable=%b, exists=%b)"
284+
),
283285
eq(expectedPath),
284286
eq(false),
285287
eq(true),

0 commit comments

Comments
 (0)