Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 3114ea7

Browse files
committed
Fixes test.
1 parent bf17c45 commit 3114ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/scala/tools/refactoring/tests/implementations/imports/OrganizeImportsGroupsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ class OrganizeImportsGroupsTest extends OrganizeImportsBaseTest {
216216
import java.util.AbstractList
217217
import java.util.BitSet
218218
219-
import scala.io.Source
220219
import scala.collection.mutable.HashMap
221220
import scala.collection.mutable.ListBuffer
221+
import scala.io.Source
222222
223223
trait Temp {
224224
// we need some code that use the imports

0 commit comments

Comments
 (0)