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 c012c28 commit 03f9312
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/capricious-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import rudiments.*

import scala.util as su

import java.util as ju
import java.security as js
import java.util as ju

import language.experimental.genericNumberLiterals

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

package capricious

import wisteria.*
import hypotenuse.*
import rudiments.*
import wisteria.*

import scala.compiletime.*

Expand Down
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 capricious

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

object Tests extends Suite(t"Capricious Tests"):
def run(): Unit =
Expand Down

0 comments on commit 03f9312

Please sign in to comment.