diff --git a/src/main/scala/org/openapitools/openapidiff/sbt/plugin/OpenApiDiffKeys.scala b/src/main/scala/org/openapitools/openapidiff/sbt/plugin/OpenApiDiffKeys.scala index e7e1443..1763ca3 100644 --- a/src/main/scala/org/openapitools/openapidiff/sbt/plugin/OpenApiDiffKeys.scala +++ b/src/main/scala/org/openapitools/openapidiff/sbt/plugin/OpenApiDiffKeys.scala @@ -7,9 +7,11 @@ import sbt._ trait OpenApiDiffKeys { final val openApiDiffFiles = taskKey[(File, File)]("OpenAPI specification files to diff.") - final val openApiDiff = taskKey[ChangedOpenApi]("Returns the diff between two OpenAPI specifications.") + final val openApiDiff = + taskKey[ChangedOpenApi]("Returns the diff between two OpenAPI specifications.") final val openApiDiffRenderer = settingKey[Render]("OpenAPI specification diff renderer.") - final val openApiDiffRender = taskKey[String]("Returns the rendered diff between two OpenAPI specifications.") + final val openApiDiffRender = + taskKey[String]("Returns the rendered diff between two OpenAPI specifications.") } diff --git a/src/sbt-test/sbt-openapi-generator/simple/build.sbt b/src/sbt-test/sbt-openapi-generator/simple/build.sbt index 251aea0..8b688fd 100644 --- a/src/sbt-test/sbt-openapi-generator/simple/build.sbt +++ b/src/sbt-test/sbt-openapi-generator/simple/build.sbt @@ -20,4 +20,4 @@ lazy val incompatible = project IO.write(file("incompatible.diff"), openApiDiffRender.value) () } - ) \ No newline at end of file + ) diff --git a/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt b/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt index 4a1a3e2..8e462b7 100644 --- a/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt +++ b/src/sbt-test/sbt-openapi-generator/simple/project/plugin.sbt @@ -5,4 +5,4 @@ sys.props.get("plugin.version") match { case Some(x) => addSbtPlugin("org.openapitools.openapidiff" % "sbt-openapi-diff" % x) case _ => throw new Exception("The system property 'plugin.version' is not defined.") -} \ No newline at end of file +} diff --git a/src/sbt-test/sbt-openapi-generator/simple/version.sbt b/src/sbt-test/sbt-openapi-generator/simple/version.sbt index 652457f..9845ac5 100644 --- a/src/sbt-test/sbt-openapi-generator/simple/version.sbt +++ b/src/sbt-test/sbt-openapi-generator/simple/version.sbt @@ -1 +1 @@ -version := "0.1.0" \ No newline at end of file +version := "0.1.0"