Skip to content

Commit

Permalink
fix: add clean phase to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Oct 10, 2024
1 parent 55b7937 commit c378149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<goals>
<goal>format</goal>
</goals>
<phase>clean</phase>
</execution>
</executions>
<configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package io.twentysixty.sa.client.model.message.mrtd;

import java.util.Map;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import io.twentysixty.sa.client.model.message.BaseMessage;
import java.util.Map;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
Expand Down

0 comments on commit c378149

Please sign in to comment.