File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scalafix/rules/src/main/scala/scala/fix/collection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ package object collection {
52
52
val canBuildFroms = Map (
53
53
" scala/LowPriorityImplicits#fallbackStringCanBuildFrom()." -> " scala.collection.immutable.IndexedSeq" ,
54
54
" scala/Array.canBuildFrom()." -> " scala.Array" ,
55
- " scala/collection/BitSet.canBuildFrom(). " -> " scala.collection.BitSet" ,
55
+ " scala/collection/BitSet.canBuildFrom. " -> " scala.collection.BitSet" ,
56
56
" scala/collection/immutable/HashMap.canBuildFrom()." -> " scala.collection.immutable.HashMap" ,
57
57
" scala/collection/immutable/IntMap.canBuildFrom()." -> " scala.collection.immutable.IntMap" ,
58
58
" scala/collection/immutable/List.canBuildFrom()." -> " scala.collection.immutable.List" ,
You can’t perform that action at this time.
0 commit comments