Skip to content

Commit 20968a2

Browse files
committed
fix identation
1 parent 6279cba commit 20968a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manager_dashboard/manager_dashboard/js/uploadProjects.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function getFormInput() {
2323

2424
// add limit how many tasks a user can work on
2525
maxTasksPerUser = document.getElementById("maxTasksPerUser").value
26-
if (maxTasksPerUser > 0) {
27-
form_data.maxTasksPerUser = maxTasksPerUser
28-
}
26+
if (maxTasksPerUser > 0) {
27+
form_data.maxTasksPerUser = maxTasksPerUser
28+
}
2929

3030
visibility = document.getElementById("visibility").value
3131
// add teamId if visibility is not set to public

0 commit comments

Comments
 (0)