Skip to content

Commit f3f985f

Browse files
committed
Make ltpPattern private
1 parent 5044446 commit f3f985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/version_newer/src/main/scala/scala/scalanative/cli/utils/LinktimePropertyParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import java.util.regex.Pattern
44

55
private[utils] object LinktimePropertyParser {
66

7-
val ltpPattern = Pattern.compile("(.*?)=(.*)")
7+
private val ltpPattern = Pattern.compile("(.*?)=(.*)")
88

99
@inline
1010
private def getLtpPatternException(incorrectPattern: String) =

0 commit comments

Comments
 (0)