Merge pull request #9896 from hercules-ci/tidy-tidy

Disable a slightly annoying clang-tidy check
This commit is contained in:
Eelco Dolstra
2024-02-01 09:02:46 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ private:
WeakGoals waitingForAWhile;
/**
* Last time the goals in `waitingForAWhile` where woken up.
* Last time the goals in `waitingForAWhile` were woken up.
*/
steady_time_point lastWokenUp;