minor cleanup

This commit is contained in:
hrj 2022-04-05 09:54:03 +05:30
parent cd6c8d790a
commit 8c38ba2a21
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import org.json4s.jackson.Serialization.write
import lc.core.Config.formats
trait ByteConvert { def toBytes(): Array[Byte] }
// case class Size(height: Int, width: Int)
case class Size(height: Int, width: Int)
case class Parameters(level: String, media: String, input_type: String, size: String)
case class Id(id: String) extends ByteConvert { def toBytes(): Array[Byte] = { write(this).getBytes } }