Skip to content

Commit

Permalink
garbage test
Browse files Browse the repository at this point in the history
  • Loading branch information
awschristou committed Aug 22, 2024
1 parent 9ebc93e commit 07d8214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ private CodeMemberMethod CreateRecordMetricMethodByDataClass(Metric metric)
CodeMemberMethod recordMethod = new CodeMemberMethod
{
Attributes = MemberAttributes.Public | MemberAttributes.Static,
Name = $"Record{SanitizeName(metric.name)}",
Name = $"XxRecord{SanitizeName(metric.name)}",
ReturnType = new CodeTypeReference()
};

Expand Down

0 comments on commit 07d8214

Please sign in to comment.