Skip to content

Commit

Permalink
Merge pull request #60 from civitaspo/develop
Browse files Browse the repository at this point in the history
Fix format v0.0.13
  • Loading branch information
civitaspo authored Jul 30, 2019
2 parents 8b663eb + 463d890 commit 8f7a93e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ object EcsTaskPlugin {
val constructor: Constructor[T] = klass.getConstructor(classOf[String], classOf[OperatorContext], classOf[Config], classOf[TemplateEngine])
try {
constructor.newInstance(operatorName, context, systemConfig, templateEngine)
}
catch {
} catch {
case e: Throwable => throw new ConfigException(e)
}
}
Expand Down

0 comments on commit 8f7a93e

Please sign in to comment.