Skip to content

Commit 5d202f3

Browse files
Format code
1 parent 76c1d3f commit 5d202f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quarkus-sentry/deployment/src/main/java/app/fyreplace/api/sentry/processors/SentryProcessor.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ SystemPropertyBuildItem setOtelAutoConfigure() {
2727
@BuildStep
2828
SystemPropertyBuildItem setContextStorageProvider() {
2929
return new SystemPropertyBuildItem(
30-
"io.opentelemetry.context.contextStorageProvider", SentryContextStorageProvider.class.getCanonicalName());
30+
"io.opentelemetry.context.contextStorageProvider",
31+
SentryContextStorageProvider.class.getCanonicalName());
3132
}
3233

3334
@BuildStep

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ pluginManagement {
1212
}
1313

1414
rootProject.name = "fyreplace-api"
15-
16-
include(":quarkus-sentry:runtime", ":quarkus-sentry:deployment")
15+
include ":quarkus-sentry:runtime", ":quarkus-sentry:deployment"

0 commit comments

Comments
 (0)