Skip to content

Commit 5508a34

Browse files
committed
style: fix formatting
1 parent cf225e4 commit 5508a34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/scalafmt/java/com/diffplug/spotless/glue/scalafmt/ScalafmtFormatterFunc.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022-2024 DiffPlug
2+
* Copyright 2022-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -53,8 +53,8 @@ public ScalafmtFormatterFunc(FileSignature configSignature) throws Exception {
5353
String scalafmtLibraryVersion = Versions.version();
5454
if (!config.version().equals(scalafmtLibraryVersion)) {
5555
throw new IllegalArgumentException(
56-
"Spotless is using " + scalafmtLibraryVersion + " but the config file declares " + config.version() +
57-
". Both must match. Update the version declared in the plugin's settings and/or the config file.");
56+
"Spotless is using " + scalafmtLibraryVersion + " but the config file declares " + config.version() +
57+
". Both must match. Update the version declared in the plugin's settings and/or the config file.");
5858
}
5959
}
6060

0 commit comments

Comments
 (0)