Skip to content

Commit 95729ff

Browse files
committed
Add missing commas.
1 parent 2e30f30 commit 95729ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/metrics/metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"github_llvm_premerge_checks": {
4242
"Build and Test Linux": "premerge_linux",
4343
"Build and Test Windows": "premerge_windows",
44-
}
44+
},
4545
"github_libc++_premerge_checks": {
4646
"libc++ Stage1 Testing": "premerge_libcxx_stage1",
4747
"libc++ Stage2 Testing": "premerge_libcxx_stage2",
4848
"libc++ Stage3 Testing": "premerge_libcxx_stage3",
49-
}
49+
},
5050
}
5151

5252
# The number of workflows to pull when sampling Github workflows.

0 commit comments

Comments
 (0)