Skip to content

Commit 41bdcd4

Browse files
author
Roman Janusz
committed
cosmetic
1 parent eb6e363 commit 41bdcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/src/main/scala/com/avsystem/commons/macros/serialization/CodecMacroCommons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ abstract class CodecMacroCommons(ctx: blackbox.Context) extends AbstractMacroCom
6161
def isGenerated(sym: Symbol): Boolean = sym.isTerm && {
6262
val ts = sym.asTerm
6363
// do not treat val/var's underlying field as a generated member,
64-
// pretend that the annotation is actually applied on its getter and setter
64+
// pretend that the annotation is actually applied on its getter
6565
ts.getter == NoSymbol && hasAnnotation(sym, GeneratedAnnotType) ||
6666
ts.isGetter && hasAnnotation(ts.accessed, GeneratedAnnotType)
6767
}

0 commit comments

Comments
 (0)