Skip to content

Commit 47e741e

Browse files
Missed linting stuff
1 parent b5601f4 commit 47e741e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

slf4j/src/main/scala/org/typelevel/log4cats/slf4j/internal/Slf4jLoggerInternal.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import cats.effect.*
2020
import org.slf4j.{Logger as JLogger, MDC}
2121
import org.typelevel.log4cats.*
2222

23-
import scala.annotation.nowarn
24-
2523
private[slf4j] object Slf4jLoggerInternal {
2624

2725
final val singletonsByName = true
@@ -34,7 +32,6 @@ private[slf4j] object Slf4jLoggerInternal {
3432
def apply(t: Throwable)(msg: => String): F[Unit]
3533
}
3634

37-
@nowarn("msg=used")
3835
final class Slf4jLogger[F[_]](
3936
val logger: JLogger,
4037
sync: Sync.Type,

slf4j/src/test/scala/org/typelevel/log4cats/slf4j/internal/Slf4jLoggerInternalSuite.scala

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ import cats.syntax.all.*
2424
import munit.{CatsEffectSuite, Location}
2525
import org.slf4j.MDC
2626
import org.typelevel.log4cats.extras.DeferredLogMessage
27-
import org.typelevel.log4cats.slf4j.internal.JTestLogger.{Disabled, Enabled, TestLogMessage, dynamicUsingMDC}
27+
import org.typelevel.log4cats.slf4j.internal.JTestLogger.{
28+
dynamicUsingMDC,
29+
Disabled,
30+
Enabled,
31+
TestLogMessage
32+
}
2833

2934
import java.util
3035
import java.util.concurrent.Executors

0 commit comments

Comments
 (0)