Skip to content

Commit f569206

Browse files
committed
clang-format
1 parent 35cf962 commit f569206

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.ci/metrics/metrics.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ def upload_metrics(workflow_metrics, metrics_userid, api_key):
151151
def make_heartbeat_metric():
152152
return JobMetrics(
153153
"metrics_container_heartbeat",
154-
1, # queue time seconds
155-
2, # run time seconds
156-
3, # job result
157-
time.time_ns(), # created at ns
158-
0, # workflow run ID
154+
1, # queue time seconds
155+
2, # run time seconds
156+
3, # job result
157+
time.time_ns(), # created at ns
158+
0, # workflow run ID
159159
)
160160

161161

0 commit comments

Comments
 (0)