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 c8da4fd commit c6d15c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
9 changes: 4 additions & 5 deletions src/bench/bench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,16 @@ jawn, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.

package merino

import probably.*
import gossamer.*
//import galilei.*, filesystems.unix
import ambience.*, environments.system
import anticipation.* //, filesystemInterfaces.galileiApi
import eucalyptus.*
import rudiments.*
import gossamer.*
import hieroglyph.*, characterEncodings.utf8, badEncodingHandlers.strict
import parasite.*, monitors.global
import probably.*
import rudiments.*
import turbulence.*, stdioSources.virtualMachine
import unsafeExceptions.canThrowAny
import ambience.*, environments.system

import LogFormat.standardAnsi

Expand Down
6 changes: 3 additions & 3 deletions src/core/merino.JsonAst.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jawn, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.
package merino

import annotation.*
import rudiments.*
import contingency.*
import anticipation.*
import contingency.*
import prepositional.*
import rudiments.*
import scala.collection.mutable.ArrayBuffer
import turbulence.*
import vacuous.*
import scala.collection.mutable.ArrayBuffer

import JsonAst.AsciiByte.*
import JsonParseError.Reason
Expand Down
3 changes: 2 additions & 1 deletion src/core/merino.JsonParseError.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jawn, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.

package merino

import annotation.*
import scala.annotation.*

import anticipation.*
import fulminate.*

Expand Down
10 changes: 5 additions & 5 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jawn, version [unreleased]. Copyright 2024 Jon Pretty, Propensive OÜ.

package merino

import probably.*
import gossamer.*
import ambience.*, systemProperties.virtualMachine
import anticipation.*, filesystemInterfaces.javaIo
import eucalyptus.*
import rudiments.*, workingDirectories.virtualMachine
import contingency.*, strategies.throwUnsafely
import eucalyptus.*
import gossamer.*
import hieroglyph.*, charEncoders.utf8
import probably.*
import rudiments.*, workingDirectories.virtualMachine
import turbulence.*
import ambience.*, systemProperties.virtualMachine

import java.io as ji

Expand Down

0 comments on commit c6d15c0

Please sign in to comment.