Skip to content

Commit

Permalink
chore: mvn spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
trutx committed May 16, 2024
1 parent 03ea8f4 commit 82e84ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports/>
<removeUnusedImports />
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -580,7 +580,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline/>
<endWithNewline />
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -724,7 +724,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps/>
<requireUpperBoundDeps />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 82e84ab

Please sign in to comment.