Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Nov 24, 2024
1 parent ae3f664 commit c6ef23b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package org.knora.webapi.messages.v2.responder.resourcemessages

import monocle.*
import monocle.macros.*

import org.knora.webapi.messages.SmartIri
import org.knora.webapi.messages.v2.responder.valuemessages.FileValueContentV2
import org.knora.webapi.messages.v2.responder.valuemessages.FileValueV2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object ValueMessagesV2Optics {

object FileValueContentV2Optics {


val fileValueV2: Lens[FileValueContentV2, FileValueV2] =
Lens[FileValueContentV2, FileValueV2](_.fileValue)(fv => {
case vc: MovingImageFileValueContentV2 => vc.copy(fileValue = fv)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import zio.*

import java.time.Instant
import java.util.UUID

import dsp.errors.*
import dsp.valueobjects.UuidUtil
import org.knora.webapi.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import zio.*

import java.time.Instant
import scala.language.postfixOps

import dsp.errors.*
import dsp.valueobjects.UuidUtil
import org.knora.webapi.*
Expand Down

0 comments on commit c6ef23b

Please sign in to comment.