Skip to content

Commit edf33af

Browse files
committed
Reformat with scalafmt 3.0.8
1 parent d49f23f commit edf33af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/core/src/main/scala-2/scalacache/memoization/Macros.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class Macros(val c: blackbox.Context) {
5555
val $keyName = $cache.config.memoization.toStringConverter.toString($classNameTree, $classParamssTree, $methodNameTree, $methodParamssTree)
5656
$cachingCall
5757
"""
58-
//println(showCode(tree))
59-
//println(showRaw(tree, printIds = true, printTypes = true))
58+
// println(showCode(tree))
59+
// println(showRaw(tree, printIds = true, printTypes = true))
6060
tree
6161
}
6262

modules/core/src/main/scala/scalacache/CacheAlg.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ trait CacheAlg[F[_], V] {
8686
*
8787
* Note that you should not try to use this Cache instance after you have called this method.
8888
*/
89-
//TODO: Replace with Resource-based API?
89+
// TODO: Replace with Resource-based API?
9090
def close: F[Unit]
9191

9292
}

0 commit comments

Comments
 (0)