Skip to content

Commit 22d0a49

Browse files
authored
Merge pull request #689 from scala-steward/update/scalafmt-core-3.5.0
Update scalafmt-core to 3.5.0
2 parents 088cdf0 + cb3b472 commit 22d0a49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.4.3
1+
version = 3.5.0
22
runner.dialect = scala213source3
33
project.git = true
44
style = Scala.js

scalafix/src/main/scala/org/scalajs/dom/scalafix/GenerateApiReport.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class GenerateApiReport extends SemanticRule("GenerateApiReport") {
3131
Patch.empty
3232
}
3333

34-
private def process(parentMods: List[Mod], sym: Symbol, body: Template, typ: ScopeType)(
35-
implicit doc: SemanticDocument): Unit = {
34+
private def process(parentMods: List[Mod], sym: Symbol, body: Template,
35+
typ: ScopeType)(implicit doc: SemanticDocument): Unit = {
3636
// Skip non-public scopes
3737
val info = sym.info.get
3838
if (!info.isPublic && !info.isPackageObject)

0 commit comments

Comments
 (0)