Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reformat with scalafmt 3.5.0
  • Loading branch information
scala-steward committed Apr 2, 2022
commit cb3b4721d7e48e4b62c339e2c526d6bbfebc31cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class GenerateApiReport extends SemanticRule("GenerateApiReport") {
Patch.empty
}

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