Skip to content

Commit

Permalink
Update indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 11, 2024
1 parent caee06e commit 223d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/adversaria.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object Annotations:

object CaseField:
def apply[TargetType <: Product, AnnotationType <: StaticAnnotation, InitFieldType]
(name: Text, access: TargetType -> InitFieldType, annotation: AnnotationType)
(name: Text, access: TargetType -> InitFieldType, annotation: AnnotationType)
: CaseField[TargetType, AnnotationType] { type FieldType = InitFieldType } =

inline def annotation0 = annotation
Expand Down

0 comments on commit 223d0e3

Please sign in to comment.