Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Reformatted code with scalafmtAll.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Mar 28, 2023
1 parent e9e2455 commit 5926640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/renci/cam/util/GenerateTestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.renci.cam.QueryService.RDFSSubClassOf
import org.renci.cam._
import org.renci.cam.domain.{BiolinkClass, BiolinkPredicate, IRI, TRAPIKnowledgeGraph, TRAPIMessage, TRAPIQueryEdge, TRAPIQueryGraph, TRAPIQueryNode, TRAPIResponse}
import zio._
import zio.blocking.{Blocking, effectBlockingIO}
import zio.blocking.{effectBlockingIO, Blocking}
import zio.config.ZConfig
import zio.config.typesafe.TypesafeConfig
import zio.interop.catz._
Expand Down

0 comments on commit 5926640

Please sign in to comment.