Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Mar 26, 2024
1 parent 6e58914 commit ad12030
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions integration/src/test/scala/org/knora/webapi/E2EZSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

package org.knora.webapi

import zio.*
import zio.http.*
import zio.json.*
import zio.test.*
import zio._
import zio.http._
import zio.json._
import zio.test._

import org.knora.webapi.core.AppServer
import org.knora.webapi.core.LayersTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

package org.knora.webapi.e2e

import zio.json.*
import zio.test.*
import zio.json._
import zio.test._

import org.knora.webapi.E2EZSpec
import org.knora.webapi.messages.store.triplestoremessages.RdfDataObject
Expand Down

0 comments on commit ad12030

Please sign in to comment.