Skip to content

Commit

Permalink
formate code
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Nov 30, 2023
1 parent df0340c commit 702d7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dinky-core/src/main/java/org/dinky/job/Job.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public enum JobStatus {
FAILED(4),
CANCEL(5);
final int code;

JobStatus(int code) {
this.code = code;
}
Expand Down

0 comments on commit 702d7ec

Please sign in to comment.