Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 7, 2023
1 parent 6b7ba06 commit 53402e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ lazy val standalone = (project in file("connectors/standalone"))
// adding them may conflict with other jackson version used by the user.
case PathList("META-INF", "services", xs @ _*) => MergeStrategy.discard
// This project `.dependsOn` delta-storage, and its classes will be included by default
// in this assembly jar.Manually discard them since it is already a compile-time dependency.
// in this assembly jar. Manually discard them since it is already a compile-time dependency.
case PathList("io", "delta", "storage", xs @ _*) => MergeStrategy.discard
case x =>
val oldStrategy = (assembly / assemblyMergeStrategy).value
Expand Down

0 comments on commit 53402e0

Please sign in to comment.