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 15e5f1b commit d2ea1ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/core/hypotenuse.Hypotenuse.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import language.experimental.into
import java.lang.{Integer as JInt, Long as JLong, Short as JShort, Byte as JByte, Double as JDouble,
Float as JFloat}

import scala.util.FromDigits
import scala.annotation.*
import scala.compiletime.*
import scala.util.FromDigits

import anticipation.*
import fulminate.*
import denominative.*
import fulminate.*

object Hypotenuse:
given Realm = realm"hypotenuse"
Expand Down
2 changes: 1 addition & 1 deletion src/core/hypotenuse.Hypotenuse2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import java.lang.{Integer as JInt, Long as JLong}

import scala.quoted.*

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

object Hypotenuse2:
given Realm = realm"hypotenuse"
Expand Down
4 changes: 2 additions & 2 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package hypotenuse

import probably.*
import gossamer.*
import anticipation.*
import denominative.*
import gossamer.*
import probably.*

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

0 comments on commit d2ea1ef

Please sign in to comment.