Skip to content

Commit ee851aa

Browse files
committed
Reformat with scalafmt 3.8.4
Executed command: scalafmt --non-interactive
1 parent 35e2189 commit ee851aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry/src/main/scala/com/avast/sst/sentry/SentryModule.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ object SentryModule {
2323
}(_ => Sync[F].delay(Sentry.close()))
2424
}
2525

26-
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with
27-
* `Implementation-Title`@`Implementation-Version` from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
26+
/** Makes [[io.sentry.SentryClient]] initialized with the given config and overrides the `release` property with `Implementation-Title` @`Implementation-Version`
27+
* from the `MANIFEST.MF` file inside the same JAR (package) as the `Main` class.
2828
*
2929
* This format is recommended by Sentry ([[https://docs.sentry.io/workflow/releases]]) because releases are global and must be
3030
* differentiated.

0 commit comments

Comments
 (0)