Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oliiso committed Jul 17, 2024
1 parent 06ba5a8 commit f9402f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ TableCell::TableCell(float d, const std::string& c, int precision, const std::st
} else if (event == "Extension"){
extension = true;
inquiry = bad_status = override = version_conflict = cancelled = false;
if (reason != ""){
if (reason != ""){
hoverText = "class=\"hoverable-cell\" data-hover-text=\"" + userName + " received a " + std::to_string(daysExtended) + " day extension due to " + reason + " on " + gID + "\" ";
} else {
} else {
hoverText = "class=\"hoverable-cell\" data-hover-text=\""+userName+" received a "+std::to_string(daysExtended)+" day extension without specified reason on "+gID+"\" ";
}
}
} else if (event == "Open"){
inquiry = true;
bad_status = override = extension = version_conflict = cancelled = false;
Expand Down

0 comments on commit f9402f2

Please sign in to comment.