Skip to content

Commit

Permalink
[hotfix][runtime] Fix code style in RunningJobsRegistry
Browse files Browse the repository at this point in the history
This closes apache#11997.
  • Loading branch information
zhengcanbin authored and tillrohrmann committed Jun 23, 2020
1 parent 6571df5 commit e7bbee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ enum JobSchedulingStatus {
RUNNING,

/** Job has been finished, successfully or unsuccessfully. */
DONE;
DONE
}

// ------------------------------------------------------------------------
Expand Down

0 comments on commit e7bbee9

Please sign in to comment.