Skip to content

Commit 30a9bab

Browse files
authored
Merge pull request #600 from scala-steward/update/scalafmt-core-3.0.8
Update scalafmt-core to 3.0.8
2 parents a70635d + edf33af commit 30a9bab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
align.preset = "more"
22
maxColumn = 120
3-
version = "3.0.7"
3+
version = "3.0.8"
44
fileOverride {
55
"glob:**/src/main/scala-3/**" {
66
runner.dialect = scala3

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)