apply formatting

This commit is contained in:
Eugene Yokota
2019-04-20 23:23:13 -04:00
parent 2ac7501c7c
commit 98ec0075f4
9 changed files with 105 additions and 67 deletions
@@ -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] {