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 6fe3243 commit 1e1d823
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/core/screen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
package yossarian

import anticipation.*
import gossamer.*
import fulminate.*
import spectacular.*
import contingency.*
import fulminate.*
import gossamer.*
import hypotenuse.*
import iridescence.*
import kaleidoscope.*
import rudiments.*
import spectacular.*
import turbulence.*
import kaleidoscope.*
import iridescence.*
import hypotenuse.*

import scala.compiletime.*

Expand Down
8 changes: 4 additions & 4 deletions src/core/yossarian.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

package yossarian

import rudiments.*
import vacuous.*
import iridescence.*
import spectacular.*
import anticipation.*
import gossamer.*
import iridescence.*
import rudiments.*
import spectacular.*
import vacuous.*

object Yossarian:
opaque type Style = Long
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 yossarian

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

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

0 comments on commit 1e1d823

Please sign in to comment.