Skip to content

Commit a66d370

Browse files
Update greedy_algorithms/job_sequencing_algorithm.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 2e1db7b commit a66d370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/job_sequencing_algorithm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ void tests() {
194194
int main() {
195195
tests(); // run self test implementations
196196
return 0;
197-
}
197+
}

0 commit comments

Comments
 (0)