Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.5
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
tarao-scala-steward[bot] committed Jan 19, 2025
1 parent c8f1a11 commit 40107f8
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -599,12 +599,17 @@ private[record4s] object InternalMacros {

transparent inline def internal(using i: InternalMacros): i.type = i

inline def withInternal[T](using Quotes, InternalMacros)(
inline def withInternal[T](using
Quotes,
InternalMacros,
)(
inline block: InternalMacros ?=> T,
): T =
block(using summon[InternalMacros])

inline def withTyping[T](using Quotes)(
inline def withTyping[T](using
Quotes,
)(
inline block: (MacroContext, InternalMacros) ?=> T,
): T = {
given MacroContext = MacroContext.Typing
Expand Down

0 comments on commit 40107f8

Please sign in to comment.