Skip to content

Commit 331b1b2

Browse files
committed
lint
1 parent 9f87a5e commit 331b1b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/models/dataset/Dataset.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -717,10 +717,10 @@ case class DatasetMagInfo(datasetId: ObjectId,
717717
hasLocalData: Boolean)
718718

719719
case class MagWithPaths(layerName: String,
720-
mag: Vec3Int,
721-
path: Option[String],
722-
realPath: Option[String],
723-
hasLocalData: Boolean)
720+
mag: Vec3Int,
721+
path: Option[String],
722+
realPath: Option[String],
723+
hasLocalData: Boolean)
724724

725725
object DatasetMagInfo {
726726
implicit val jsonFormat: Format[DatasetMagInfo] = Json.format[DatasetMagInfo]

0 commit comments

Comments
 (0)