Skip to content

Commit

Permalink
Merge pull request #1322 from soujiro32167/remove-inner-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Aug 13, 2024
2 parents d90a018 + 3ac63bf commit a191784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ package object aspects {
implicit class ZLayerSyntax[RIn, E, ROut <: AspectSupport[ROut]: Tag](
layer: ZLayer[RIn, E, ROut]
) {
def @@@[RIn1 <: RIn: Tag](
def @@@[RIn1 <: RIn](
aspect: AwsCallAspect[RIn1]
): ZLayer[RIn1, E, ROut] =
ZLayer.scoped[RIn1] {
Expand Down

0 comments on commit a191784

Please sign in to comment.