mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 02:05:09 +02:00
apply formatting
This commit is contained in:
@@ -60,7 +60,7 @@ object Cache {
|
||||
val result = default(key)
|
||||
update(result)
|
||||
result
|
||||
}
|
||||
}
|
||||
|
||||
def debug[I](label: String, cache: SingletonCache[I]): SingletonCache[I] =
|
||||
new SingletonCache[I] {
|
||||
|
||||
Reference in New Issue
Block a user