Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanNemeth committed Feb 14, 2025
1 parent 93d7f0f commit 3152be6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ public StatusCheckResult check(Environment environment) {
}
}

public record ArtemisInfo(@JsonProperty("build") BuildInfo build, @JsonProperty("git") GitInfo git) {
public record ArtemisInfo(
@JsonProperty("build") BuildInfo build,
@JsonProperty("git") GitInfo git) {
public record BuildInfo(
String artifact,
String name,
Expand Down

0 comments on commit 3152be6

Please sign in to comment.