Skip to content

Commit 6f43a5b

Browse files
project-defiantireneisdoomed
authored andcommitted
chore: format files
1 parent 9bfce03 commit 6f43a5b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/main/scala/io/opentargets/etl/Main.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ object ETL extends LazyLogging {
3333
case "search_facet" => FacetSearch()
3434
case "target" => Target()
3535
case "target_engine" => TargetEngine()
36-
37-
case _ => throw new IllegalArgumentException(s"step $step is unknown")
36+
37+
case _ => throw new IllegalArgumentException(s"step $step is unknown")
3838
}
3939
logger.info(s"finished running step $step")
4040
}

src/main/scala/io/opentargets/etl/backend/Configuration.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ object Configuration extends LazyLogging {
5858
output: IOResourceConfigurations
5959
)
6060

61-
62-
6361
// expression
6462
case class ExpressionSection(
6563
input: IOResourceConfigurations,
@@ -136,8 +134,6 @@ object Configuration extends LazyLogging {
136134
epmc: Epmc
137135
)
138136

139-
140-
141137
// openfda
142138
case class OpenfdaMontecarloSection(
143139
permutations: Int,

0 commit comments

Comments
 (0)