-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply scalafmt to a few more files and ensure lint is against all lan…
…guage versions
- Loading branch information
1 parent
81f92aa
commit 18cfff3
Showing
6 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
instrumentation/kamon-executors/src/main/scala-2.11/kamon/instrumentation/package.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package kamon.instrumentation | ||
package object executor { | ||
type ScalaForkJoinPool = scala.concurrent.forkjoin.ForkJoinPool | ||
type ScalaForkJoinPool = scala.concurrent.forkjoin.ForkJoinPool | ||
} |
2 changes: 1 addition & 1 deletion
2
instrumentation/kamon-executors/src/main/scala-3/kamon/instrumentation/package.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package kamon.instrumentation | ||
package object executor { | ||
type ScalaForkJoinPool = java.util.concurrent.ForkJoinPool | ||
type ScalaForkJoinPool = java.util.concurrent.ForkJoinPool | ||
} |
2 changes: 1 addition & 1 deletion
2
...umentation/kamon-instrumentation-common/src/main/scala-2.11/scala/annotation/static.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package scala.annotation | ||
|
||
import scala.annotation.meta._ | ||
final class static extends StaticAnnotation | ||
final class static extends StaticAnnotation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters