Skip to content

Commit

Permalink
Merge pull request #1 from yrodiere/dependabot/maven/net.revelc.code.…
Browse files Browse the repository at this point in the history
…formatter-formatter-maven-plugin-2.23.0

Bump net.revelc.code.formatter:formatter-maven-plugin from 2.20.0 to 2.23.0
  • Loading branch information
yrodiere authored Oct 6, 2023
2 parents 2adfb85 + 0c987da commit 72d0bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<revision>999-SNAPSHOT</revision>
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<version.formatter.plugin>2.20.0</version.formatter.plugin>
<version.formatter.plugin>2.23.0</version.formatter.plugin>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/quarkus/search/app/SearchResult.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

import java.util.List;

public record SearchResult<T> (long total, List<T> hits) {
public record SearchResult<T>(long total, List<T> hits) {
}

0 comments on commit 72d0bf9

Please sign in to comment.