Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jun 3, 2024
1 parent 46d24b9 commit dfed3b0
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 @@ -123,8 +123,8 @@
<version>2.36.0</version>
<configuration>
<java>
<importOrder />
<removeUnusedImports />
<importOrder></importOrder>
<removeUnusedImports></removeUnusedImports>
<googleJavaFormat>
<version>1.15.0</version>
<style>AOSP</style>
Expand All @@ -135,7 +135,7 @@
<includes>
<include>pom.xml</include>
</includes>
<sortPom />
<sortPom></sortPom>
</pom>
</configuration>
</plugin>
Expand Down

0 comments on commit dfed3b0

Please sign in to comment.