Skip to content

Commit

Permalink
Upgrade again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 authored and rickie committed Aug 27, 2024
1 parent 4807791 commit 5c44e88
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 @@ -567,7 +567,7 @@
<plugin>
<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.23</version>
<version>2.24</version>
<configuration>
<additionalSourceDirectories>
<additionalSourceDirectory>${basedir}/src/test/resources</additionalSourceDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ private void reportUnexpectedMatches(
unexpectedMatchesByLineNumber.entries().stream()
.map(
e ->
"""
"""
Rule `%s` matches on line %s, while it should match in a method named \
`test%s`."""
.formatted(e.getValue(), e.getKey(), e.getValue()))
Expand Down

0 comments on commit 5c44e88

Please sign in to comment.