Skip to content

Commit

Permalink
style: scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Sep 23, 2023
1 parent ffd5332 commit 5f368d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import com.github.unchama.seichiassist.subsystems.gachaprize.domain.{
}
import com.github.unchama.seichiassist.subsystems.minestack.MineStackAPI
import com.github.unchama.seichiassist.util.InventoryOperations
import com.github.unchama.util.bukkit.ItemStackUtil
import org.bukkit.entity.Player
import org.bukkit.inventory.ItemStack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import com.github.unchama.seichiassist.subsystems.gachaprize.domain.{
StaticGachaPrizeFactory
}
import com.github.unchama.generic.Cloneable
import com.github.unchama.seichiassist.subsystems.gachaprize.domain.GachaRarity.GachaRarity

import scala.annotation.tailrec
import scala.util.Random

class LotteryOfGachaItems[F[_]: Sync, ItemStack: Cloneable](
implicit staticGachaPrizeFactory: StaticGachaPrizeFactory[ItemStack]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.github.unchama.seichiassist.subsystems.minestack.bukkit
import cats.Functor
import cats.effect.Sync
import cats.effect.concurrent.Ref
import com.github.unchama.generic.ListExtra
import com.github.unchama.minecraft.bukkit.algebra.CloneableBukkitItemStack._
import com.github.unchama.minecraft.objects.MinecraftMaterial
import com.github.unchama.seichiassist.subsystems.gachaprize.GachaPrizeAPI
Expand Down

0 comments on commit 5f368d9

Please sign in to comment.