From 0cd5fb6dc2c810efa36efeeb0aa232d6a41760b6 Mon Sep 17 00:00:00 2001 From: Shimin Guo Date: Wed, 6 Mar 2019 05:33:30 -0800 Subject: [PATCH] [haskell-http-client] fix indentation in .cabal file (#2306) --- .../haskell-http-client/haskell-http-client.cabal.mustache | 7 +++---- .../petstore/haskell-http-client/openapi-petstore.cabal | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache index 32d2a17263a..505fe0cc89f 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache @@ -13,10 +13,9 @@ description: . {{/version}} . OpenAPI version: {{openApiVersion}} - . - {{^hideGenerationTimestamp}}Generated on: {{generatedDate}} - . - {{/hideGenerationTimestamp}} + .{{^hideGenerationTimestamp}} + Generated on: {{generatedDate}} + .{{/hideGenerationTimestamp}} category: Web homepage: https://openapi-generator.tech author: Author Name Here diff --git a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal index c9c01854dd6..dc5fae3a289 100644 --- a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal +++ b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal @@ -12,7 +12,7 @@ description: . . OpenAPI version: 3.0.1 . - category: Web +category: Web homepage: https://openapi-generator.tech author: Author Name Here maintainer: author.name@email.com