Merge pull request #4763 from shenpengfeng/develop

chore: remove repetitive words
This commit is contained in:
Jędrzej Stuczyński
2024-09-02 16:57:30 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ impl NodeUptimes {
// If somehow we have more reports than the actual test runs it means something weird is going on
// (or we just started running this code on old data, so if it appears for first 24h, it's fine and actually expected
// as we would not have any run information from the past)
// Either way, bound the the number of "up" reports by number of test runs and log warnings
// Either way, bound the number of "up" reports by number of test runs and log warnings
// if that happens
let last_day_sum: f32 = if last_day.len() > last_day_test_runs {