Skip to content

Commit

Permalink
Reordering of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 14, 2024
1 parent d3f55c1 commit 3d4c551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package anticipation

import probably.*
import gossamer.*
import probably.*

object Tests extends Suite(t"Anticipation Tests"):
def run(): Unit =
Expand Down
4 changes: 2 additions & 2 deletions src/text/anticipation.Anticipation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package anticipation
import prepositional.*
import symbolism.*

import scala.quoted.*
import scala.compiletime.*
import scala.util.*
import scala.quoted.*
import scala.reflect.*
import scala.util.*

import language.experimental.captureChecking

Expand Down

0 comments on commit 3d4c551

Please sign in to comment.