Skip to content

Commit

Permalink
Revert renaming non migrated module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grryum committed Apr 2, 2024
1 parent 52bb4e0 commit 9e675da
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class LoggableInstances {
}
final implicit def seqLoggable[A: Loggable]: Loggable[collection.Seq[A]] =
fldLoggable[Iterable, A].narrow
final implicit def immutableSeqLoggable[A: Loggable]: Loggable[Seq[A]] =
final implicit def immutableSeqLoggable[A: Loggable]: Loggable[Seq[A]] =
fldLoggable[Iterable, A].narrow

final implicit def listLoggable[A: Loggable]: Loggable[List[A]] = fldLoggable[List, A]
Expand Down

0 comments on commit 9e675da

Please sign in to comment.