Skip to content

Commit

Permalink
fix: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
knowbased authored Aug 19, 2024
1 parent 75ce040 commit c39718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitLabHealth-Model-Analysis/GitMetric4User.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ GitMetric4User >> generateAnalysisForPeriod: period over: over withMaxCommitWind
mergeRequestDuration: mergeRequestDuration;
codeChurn: codeChurn;
delayUntilFirstChurn: delayUntilFirstChurn;
numberOfProjectWithCommit: (numberOfProjectWithCommit at: #average)
numberOfProjectWithCommit: (numberOfProjectWithCommit at: #average);
averageTimeBetweenCommits: averageTimeBetweenCommits.
]

Expand Down

0 comments on commit c39718d

Please sign in to comment.