Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-adam committed Sep 16, 2019
1 parent f147c31 commit 0399aba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Refs(val externalRefs: ExternalRefs, val absoluteRefs: AbsoluteRefs, val p
object Refs {

def showPart(x: String, xs: Iterable[AnyRef]): Unit = {
showHeader(x)
showHeader(x + " size: " + xs.size.toString)
xs.foreach(showString)
}

Expand Down

0 comments on commit 0399aba

Please sign in to comment.