Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Jan 9, 2024
1 parent ffded65 commit 0d170b6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions rolls-zio/src/main/scala/bitlap/rolls/zio/autoLive.scala
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ object autoLive:
override val len: Int = 6

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5) => buildInstance[O](i1, i2, i3, i4, i5, i6))
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6) => buildInstance[O](i1, i2, i3, i4, i5, i6))
end deriveLive6

open class deriveLive7[
Expand All @@ -151,7 +151,7 @@ object autoLive:
override val len: Int = 7

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7) =>
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7)
)
end deriveLive7
Expand All @@ -172,7 +172,7 @@ object autoLive:
override val len: Int = 8

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7, i8: R8) =>
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7, i8: R8) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7, i8)
)
end deriveLive8
Expand All @@ -194,7 +194,7 @@ object autoLive:
override val len: Int = 9

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7, i8: R8, i9: R9) =>
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7, i8: R8, i9: R9) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7, i8, i9)
)
end deriveLive9
Expand All @@ -217,7 +217,7 @@ object autoLive:
override val len: Int = 10

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7, i8: R8, i9: R9, i10: R10) =>
ZLayer.fromFunction((i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7, i8: R8, i9: R9, i10: R10) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7, i8, i9, i10)
)
end deriveLive10
Expand All @@ -242,7 +242,7 @@ object autoLive:

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction(
(i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7, i8: R8, i9: R9, i10: R10, i11: R11) =>
(i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7, i8: R8, i9: R9, i10: R10, i11: R11) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11)
)
end deriveLive11
Expand All @@ -268,7 +268,7 @@ object autoLive:

override lazy val live: ZLayer[R, Nothing, O] =
ZLayer.fromFunction(
(i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R5, i7: R7, i8: R8, i9: R9, i10: R10, i11: R11, i12: R12) =>
(i1: R1, i2: R2, i3: R3, i4: R4, i5: R5, i6: R6, i7: R7, i8: R8, i9: R9, i10: R10, i11: R11, i12: R12) =>
buildInstance[O](i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12)
)
end deriveLive12
Expand Down Expand Up @@ -301,7 +301,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -342,7 +342,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -385,7 +385,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -430,7 +430,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -477,7 +477,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -526,7 +526,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -578,7 +578,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -632,7 +632,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -688,7 +688,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down Expand Up @@ -769,7 +769,7 @@ object autoLive:
i3: R3,
i4: R4,
i5: R5,
i6: R5,
i6: R6,
i7: R7,
i8: R8,
i9: R9,
Expand Down

0 comments on commit 0d170b6

Please sign in to comment.