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 7ed5bca commit 2b000ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/core/adversaria.Adversaria.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

package adversaria

import rudiments.*
import fulminate.*
import anticipation.*
import fulminate.*
import rudiments.*

import scala.quoted.*

Expand Down
2 changes: 1 addition & 1 deletion src/core/adversaria.CaseField.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package adversaria

import rudiments.*
import anticipation.*
import rudiments.*

import language.experimental.captureChecking

Expand Down
9 changes: 5 additions & 4 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@

package adversaria

import probably.*
import rudiments.*
import annotation.StaticAnnotation

import anticipation.*
import larceny.*
import gossamer.*
import annotation.StaticAnnotation
import larceny.*
import probably.*
import rudiments.*

final case class id() extends StaticAnnotation
final case class unique() extends StaticAnnotation
Expand Down

0 comments on commit 2b000ff

Please sign in to comment.