Skip to content

Commit

Permalink
Apply scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Apr 14, 2022
1 parent 8b8e946 commit 9b3f7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object ParadoxDependenciesPlugin extends AutoPlugin {
new DependenciesDirective(paradoxDependenciesShowLicenses.value)(projectId =>
trees.get(projectId) match {
case Some(deps) => deps
case _ => throw new Error(s"Could not retrieve dependency information for project [$projectId]")
case _ => throw new Error(s"Could not retrieve dependency information for project [$projectId]")
}
)
}
Expand Down

0 comments on commit 9b3f7c5

Please sign in to comment.