Skip to content
Snippets Groups Projects
Commit ab3f879c authored by lowercasedonkey's avatar lowercasedonkey
Browse files

whitespace

parent 582afb9c
No related branches found
No related tags found
No related merge requests found
...@@ -102,10 +102,10 @@ window.saStayConfined = function saStayConfined(slave) { ...@@ -102,10 +102,10 @@ window.saStayConfined = function saStayConfined(slave) {
t += ` <span class="noteworthy">`; t += ` <span class="noteworthy">`;
if (slave.assignment === "be confined in the cellblock") { if (slave.assignment === "be confined in the cellblock") {
State.temporary.brokenSlaves++; State.temporary.brokenSlaves++;
State.temporary.DL--; State.temporary.DL--;
State.temporary.dI--; State.temporary.dI--;
} }
if (V.assignmentRecords[slave.ID]) { if (V.assignmentRecords[slave.ID]) {
let oldJob = V.assignmentRecords[slave.ID]; let oldJob = V.assignmentRecords[slave.ID];
assignJobSafely(slave, oldJob); assignJobSafely(slave, oldJob);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment