Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon committed Oct 21, 2024
1 parent 9047fc7 commit bbc5354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import org.slf4j.event.Level
import org.slf4j.helpers.MessageFormatter
import org.slf4j.impl.LoggerRuntime
import zio.logging.LogFilter
import zio.{Cause, Fiber, FiberId, FiberRef, FiberRefs, LogLevel, Runtime, Unsafe}
import zio.{ Cause, Fiber, FiberId, FiberRef, FiberRefs, LogLevel, Runtime, Unsafe }

final class ZioLoggerRuntime(runtime: Runtime[Any], filter: LogFilter[Any]) extends LoggerRuntime {

Expand Down

0 comments on commit bbc5354

Please sign in to comment.