Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit ee912a8

Browse files
committed
Reordering of imports
1 parent 1133953 commit ee912a8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/core/digression-core.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
package digression
1818

19-
import fulminate.*
2019
import anticipation.*
20+
import fulminate.*
2121

2222
import language.experimental.captureChecking
2323

src/core/digression.Digression.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
package digression
1818

19-
import rudiments.*
2019
import anticipation.*
2120
import contingency.*
21+
import rudiments.*
2222

2323
import scala.quoted.*
2424

src/core/digression.Fqcn.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
package digression
1818

19-
import rudiments.*
2019
import anticipation.*
2120
import contingency.*
2221
import prepositional.*
22+
import rudiments.*
2323

2424
import language.experimental.captureChecking
2525

src/test/tests.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
package digression
1818

19-
import probably.*
20-
import rudiments.*
2119
import anticipation.*
22-
import gossamer.*
23-
import fulminate.*
2420
import eucalyptus.*, logging.stdout
21+
import fulminate.*
22+
import gossamer.*
23+
import probably.*
24+
import rudiments.*
2525

2626
import unsafeExceptions.canThrowAny
2727

0 commit comments

Comments
 (0)