Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Aug 6, 2024
1 parent ac52df4 commit a028268
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ protected void writeInitMethodForMember(MemberShape member, Symbol memberSymbol,
"",
targetSymbol,
() -> {
writeInitMethodConstraintsChecksForMember(member, memberSymbol.getName());
writer.write("self.value = value");
writeInitMethodConstraintsChecksForMember(member, memberSymbol.getName());
writer.write("self.value = value");
});
}

Expand Down

0 comments on commit a028268

Please sign in to comment.