Skip to content

Commit

Permalink
fix check style error
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Aug 20, 2024
1 parent 1b5b526 commit 9ddeb87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

package org.apache.eventmesh.common.remote.request;

import org.apache.eventmesh.common.remote.JobState;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
import org.apache.eventmesh.common.remote.JobState;

@Data
@EqualsAndHashCode(callSuper = true)
Expand Down

0 comments on commit 9ddeb87

Please sign in to comment.