mirror of https://github.com/sbt/sbt.git
Strip down trailing whitespace.
I have Eclipse configured to do that automatically when saving file. I decided to finally commit those changes to files I touch a lot.
This commit is contained in:
parent
4e4455d03a
commit
7c5d4c1692
|
|
@ -19,7 +19,7 @@ public interface Setup<Analysis>
|
|||
boolean skip();
|
||||
|
||||
/** The file used to cache information across compilations.
|
||||
* This file can be removed to force a full recompilation.
|
||||
* This file can be removed to force a full recompilation.
|
||||
* The file should be unique and not shared between compilations. */
|
||||
File cacheFile();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue