Skip to content

Commit cb3b472

Browse files
committedApr 2, 2022
Reformat with scalafmt 3.5.0
1 parent 4e1b6b2 commit cb3b472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
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)
Please sign in to comment.