Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Jul 20, 2024
1 parent 4ffe43a commit 9b24e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.updraft0.controltower.protocol

import org.updraft0.json.*
import org.updraft0.controltower.constant.*
import org.updraft0.controltower.protocol.jsoncodec.given
import zio.test.*

Expand All @@ -15,7 +16,7 @@ object SystemProtocolSpec extends ZIOSpecDefault:
operationId = 26,
factionId = Some(500001L),
factionName = Some("Caldari State"),
corporationId = 1000004L,
corporationId = CorporationId(1000004L),
corporationName = "Ytiri"
)

Expand Down
1 change: 0 additions & 1 deletion ui/src/main/scala/controltower/db/reference.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package controltower.db

import controltower.backend.ControlTowerBackend
import org.getshaka.nativeconverter.NativeConverter.given
import org.getshaka.nativeconverter.{NativeConverter, fromNative}
import org.scalajs.dom.idb.*
import org.updraft0.controltower.build.BuildInfo
Expand Down

0 comments on commit 9b24e22

Please # to comment.