mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
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:
committed by
Mark Harrah
parent
f9059849df
commit
d6f4c5ae4f
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user