Skip to content

Commit 76f76fd

Browse files
committed
Run scalafmt
1 parent d27b1a5 commit 76f76fd

File tree

1 file changed

+4
-1
lines changed
  • compat/src/main/scala-2.11_2.12/scala/collection/compat/immutable

1 file changed

+4
-1
lines changed

compat/src/main/scala-2.11_2.12/scala/collection/compat/immutable/ArraySeq.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ import scala.util.hashing.MurmurHash3
3434
* @define mayNotTerminateInf
3535
* @define willNotTerminateInf
3636
*/
37-
abstract class ArraySeq[+T] extends AbstractSeq[T] with IndexedSeq[T] with IndexedSeqOptimized[T, ArraySeq[T]] {
37+
abstract class ArraySeq[+T]
38+
extends AbstractSeq[T]
39+
with IndexedSeq[T]
40+
with IndexedSeqOptimized[T, ArraySeq[T]] {
3841

3942
override protected[this] def thisCollection: ArraySeq[T] = this
4043

0 commit comments

Comments
 (0)