Skip to content

Commit ae9eeba

Browse files
committed
make lazy val private
1 parent c781fd5 commit ae9eeba

File tree

1 file changed

+1
-1
lines changed
  • core/shared/src/main/scala/com/monovore/decline

1 file changed

+1
-1
lines changed

core/shared/src/main/scala/com/monovore/decline/Help.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Help private (
133133

134134
// corresponds to `usage` field in old Help
135135
// To avoid re-rendering usages every time copy(...) is called
136-
lazy val renderedUsages = args.usages.flatMap(_.show)
136+
private lazy val renderedUsages = args.usages.flatMap(_.show)
137137
def `copy$default$3`: List[String] = renderedUsages
138138

139139
// corresponds to `body` field in old Help

0 commit comments

Comments
 (0)