Skip to content

Commit 1bea53f

Browse files
committed
Merge fixes.
fix formatting.
1 parent c811d8d commit 1bea53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ public ScalafmtFormatterFunc(FileSignature configSignature) throws Exception {
4949

5050
@Override
5151
public String applyWithFile(String unix, File file) throws Exception {
52-
return Scalafmt.format(unix, config, Set$.MODULE$.empty()).get();
52+
return Scalafmt.format(unix, config, Set$.MODULE$.empty(), file.getAbsolutePath()).get();
5353
}
5454
}

0 commit comments

Comments
 (0)