Skip to content

Commit fc82b24

Browse files
committed
Fix comment
1 parent 42b43dc commit fc82b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/diffplug/spotless/shell/ShfmtStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static class State implements Serializable {
101101
String format(ProcessRunner runner, String input, File file) throws IOException, InterruptedException {
102102
if (args == null) {
103103
// args will be reused during a single spotless task execution,
104-
// so this "prefix" is being "cached" for each spotless task.
104+
// so this "prefix" is being "cached" for each spotless format with shfmt.
105105
args = List.of(exe.confirmVersionAndGetAbsolutePath(), "--filename");
106106
}
107107

0 commit comments

Comments
 (0)