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 84ebc06 commit 91d4421
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/core/css.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@

package cataclysm

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

import annotation.targetName
import language.dynamics

import scala.annotation.targetName

object CssStylesheet:
given (using charEncoder: CharEncoder) => CssStylesheet is GenericHttpResponseStream:
def mediaType: Text = t"text/css; charset=${charEncoder.encoding.name}"
Expand Down
4 changes: 2 additions & 2 deletions src/core/cssmacro.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package cataclysm

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

import scala.quoted.*
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 cataclysm

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

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

0 comments on commit 91d4421

Please sign in to comment.