Skip to content

Commit

Permalink
Merge pull request #600 from scala-steward/update/scalafmt-core-3.0.8
Browse files Browse the repository at this point in the history
Update scalafmt-core to 3.0.8
  • Loading branch information
mergify[bot] authored Oct 29, 2021
2 parents a70635d + edf33af commit 30a9bab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
align.preset = "more"
maxColumn = 120
version = "3.0.7"
version = "3.0.8"
fileOverride {
"glob:**/src/main/scala-3/**" {
runner.dialect = scala3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class Macros(val c: blackbox.Context) {
val $keyName = $cache.config.memoization.toStringConverter.toString($classNameTree, $classParamssTree, $methodNameTree, $methodParamssTree)
$cachingCall
"""
//println(showCode(tree))
//println(showRaw(tree, printIds = true, printTypes = true))
// println(showCode(tree))
// println(showRaw(tree, printIds = true, printTypes = true))
tree
}

Expand Down
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/scalacache/CacheAlg.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ trait CacheAlg[F[_], V] {
*
* Note that you should not try to use this Cache instance after you have called this method.
*/
//TODO: Replace with Resource-based API?
// TODO: Replace with Resource-based API?
def close: F[Unit]

}

0 comments on commit 30a9bab

Please sign in to comment.