Commit 1a0c8e98 authored by Assunta DeSanto's avatar Assunta DeSanto
Browse files

running prettier

parent b1fa869c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -76,11 +76,7 @@ export class JobStateSummary extends Map {
    }

    get errorCount() {
        return (
            (this.get("error") || 0) +
            (this.get("failed") || 0) +
            (this.get("deleted") || 0)
        );
        return (this.get("error") || 0) + (this.get("failed") || 0) + (this.get("deleted") || 0);
    }

    get runningCount() {