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 88ea77e commit cc7684b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion src/core/xmlast.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 16,9 @@

package xylophone

import rudiments.*
import anticipation.*
import gossamer.*
import rudiments.*
import spectacular.*

object XmlAst:
Expand Down
8 changes: 4 additions & 4 deletions src/core/xmlparser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 16,14 @@

package xylophone

import contextual.*
import rudiments.*
import vacuous.*
import fulminate.*
import anticipation.*
import contextual.*
import contingency.*
import fulminate.*
import gossamer.*
import rudiments.*
import spectacular.*
import vacuous.*

import errorDiagnostics.empty

Expand Down
4 changes: 2 additions & 2 deletions src/core/xmlprinter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 16,10 @@

package xylophone

import rudiments.*
import anticipation.*
import spectacular.*
import gossamer.*
import rudiments.*
import spectacular.*

trait XmlPrinter[OutputType]:
def print(doc: Xml): OutputType
Expand Down
6 changes: 3 additions & 3 deletions src/core/xmlreader.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 16,11 @@

package xylophone

import rudiments.*
import wisteria.*
import anticipation.*
import spectacular.*
import contingency.*
import rudiments.*
import spectacular.*
import wisteria.*

trait XmlDecoder[ValueType]:
def read(xml: List[XmlAst]): ValueType
Expand Down
2 changes: 1 addition & 1 deletion src/core/xmlwriter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 17,10 @@
package xylophone

import anticipation.*
import gossamer.*
import rudiments.*
import spectacular.*
import wisteria.*
import gossamer.*

object XmlEncoder extends Derivation[XmlEncoder]:
given XmlEncoder[Text] = text => XmlAst.Element(XmlName(t"Text"), List(XmlAst.Textual(text)))
Expand Down
8 changes: 4 additions & 4 deletions src/core/xylophone.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 16,13 @@

package xylophone

import rudiments.*
import vacuous.*
import anticipation.*
import contingency.*
import gossamer.*
import hieroglyph.*
import contingency.*
import rudiments.*
import spectacular.*
import anticipation.*
import vacuous.*

import annotation.targetName
import language.dynamics
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,13 16,13 @@

package xylophone

import probably.*
import rudiments.*
import anticipation.*
import gossamer.*
import spectacular.*
import contingency.*
import gossamer.*
import printers.compact
import probably.*
import rudiments.*
import spectacular.*

import unsafeExceptions.canThrowAny
import strategies.throwUnsafely
Expand Down

0 comments on commit cc7684b

Please sign in to comment.