Skip to content

Commit 36ba0e4

Browse files
authored
Merge pull request scala/scala#9109 from scalacenter/tasty_reader
Add the Tasty Reader [ci: last-only]
2 parents b133f1e + 910cc5e commit 36ba0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/collection/mutable/StringBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import scala.Predef.{ // unimport char-related implicit conversions to avoid tri
2323
genericWrapArray => _,
2424
wrapCharArray => _,
2525
wrapString => _,
26-
//_
26+
//_
2727
}
2828

2929
/** A builder for mutable sequence of characters. This class provides an API

0 commit comments

Comments
 (0)