We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f87a5e commit 331b1b2Copy full SHA for 331b1b2
app/models/dataset/Dataset.scala
@@ -717,10 +717,10 @@ case class DatasetMagInfo(datasetId: ObjectId,
717
hasLocalData: Boolean)
718
719
case class MagWithPaths(layerName: String,
720
- mag: Vec3Int,
721
- path: Option[String],
722
- realPath: Option[String],
723
- hasLocalData: Boolean)
+ mag: Vec3Int,
+ path: Option[String],
+ realPath: Option[String],
+ hasLocalData: Boolean)
724
725
object DatasetMagInfo {
726
implicit val jsonFormat: Format[DatasetMagInfo] = Json.format[DatasetMagInfo]
0 commit comments