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

package dissonance

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

case class CasualDiffError(reason: CasualDiffError.Reason, line: Int)(using Diagnostics)
extends Error(m"the diff could not be read because $reason at line $line")
Expand Down
4 changes: 2 additions & 2 deletions src/core/dissonance-core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ package dissonance

import language.experimental.captureChecking

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

def diff[ElemType]
(left: IndexedSeq[ElemType],
Expand Down
8 changes: 4 additions & 4 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

package dissonance

import probably.*
import gossamer.*
import rudiments.*
import anticipation.*
import eucalyptus.*
import contingency.*
import eucalyptus.*
import gossamer.*
import probably.*
import rudiments.*

import strategies.throwUnsafely

Expand Down

0 comments on commit a436d8b

Please sign in to comment.