Skip to content

Commit 5c3ffca

Browse files
removal of namespace closing comment
Co-authored-by: realstealthninja <[email protected]>
1 parent 68dde6c commit 5c3ffca

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
@@ -85,7 +85,7 @@ struct Job {
8585
char id; // Job Id
8686
int dead; // Deadline of job
8787
int profit; // Profit earned if job is completed before deadline
88-
}; // namespace greedy_algorithmsstruct Job
88+
};
8989

9090
// Custom sorting helper struct which is used for sorting
9191
// all jobs according to profit

0 commit comments

Comments
 (0)