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 e8e761c commit bb5dfc2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/core/guillotine.PosixCommands.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package guillotine
import language.experimental.captureChecking

import anticipation.*
import rudiments.*
import prepositional.*
import rudiments.*

trait PosixCommands:
erased given ("alias" is Intelligible into Text) as alias = ###
Expand Down
2 changes: 1 addition & 1 deletion src/core/guillotine.Process.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import scala.compiletime.*
import anticipation.*
import contingency.*
import gossamer.*
import rudiments.*
import prepositional.*
import rudiments.*
import turbulence.*
import vacuous.*

Expand Down
16 changes: 8 additions & 8 deletions src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@

package guillotine

import ambience.*, systemProperties.virtualMachine
import anticipation.*
import contextual.*
import rudiments.*, workingDirectories.virtualMachine
import gossamer.*
import contingency.*, strategies.throwUnsafely
import eucalyptus.*
import galilei.*, filesystemOptions.{doNotCreateNonexistent, dereferenceSymlinks}
import gossamer.*
import probably.*
import rudiments.*, workingDirectories.virtualMachine
import serpentine.*, pathHierarchies.unix
import anticipation.*
import turbulence.*
import ambience.*, systemProperties.virtualMachine
import spectacular.*
import probably.*
import eucalyptus.*
import contingency.*, strategies.throwUnsafely
import turbulence.*

import unsafeExceptions.canThrowAny

Expand Down

0 comments on commit bb5dfc2

Please sign in to comment.