Skip to content

Commit 9878561

Browse files
committed
feat(analyze): sort outage groups
1 parent 21871ae commit 9878561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/analyze.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ fn fail_groups<'check>(checks: &[&'check Check]) -> Vec<CheckGroup<'check>> {
375375
}
376376
}
377377

378+
groups.sort();
378379
groups
379380
}
380381

0 commit comments

Comments
 (0)