Skip to content

Commit

Permalink
deps: update dependency com.spotify.fmt:fmt-maven-plugin to v2.23 (#1832
Browse files Browse the repository at this point in the history
)

* deps: update dependency com.spotify.fmt:fmt-maven-plugin to v2.23

* chore: run formatter

---------

Co-authored-by: Knut Olav Løite <koloite@gmail.com>
  • Loading branch information
renovate-bot and olavloite authored May 27, 2024
1 parent a40a88e commit b6b3677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/tpcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.21.1</version>
<version>2.23</version>
<executions>
<execution>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

class NewOrderRowProducer extends AbstractOrderedIdRowProducer {
private static final String TABLE = "new_orders";
private static final String COLUMNS = """
private static final String COLUMNS =
"""
o_id,
c_id,
d_id,
Expand Down

0 comments on commit b6b3677

Please sign in to comment.