Skip to content

Commit 719ec3f

Browse files
committed
blank line
1 parent 1fc00f7 commit 719ec3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/JenkinsJobs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const jenkinsColourToStatus = new Map<string, string>([
3232
["red", "fail"], // build broken
3333
["blue", "success"], // build success
3434
["aborted", "aborted"], // build aborted
35-
3635
["yellow", "unstable"],
3736
["yellow_anime", "unstable-running"], // build running but was broken
3837
["red_anime", "fail-running"], // build running but was broken

0 commit comments

Comments
 (0)