From a57e39c6efe6a432005857f0c8d162a8f7ad65a8 Mon Sep 17 00:00:00 2001 From: "Andrew E. Bruno" Date: Mon, 21 Jun 2021 16:11:18 -0400 Subject: [PATCH] Formatting fix --- README.md | 4 ++-- scripts/openapi-templates/Go/README.mustache | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f0d6fd..32bc58b 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ import ( func main() { cfg := slurmrest.NewConfiguration() cfg.HTTPClient = &http.Client{Timeout: time.Second * 3600} - cfg.Scheme = "http" - cfg.Host = "localhost" + cfg.Scheme = "http" + cfg.Host = "localhost" client := slurmrest.NewAPIClient(cfg) diff --git a/scripts/openapi-templates/Go/README.mustache b/scripts/openapi-templates/Go/README.mustache index 088b420..5b9a0a1 100644 --- a/scripts/openapi-templates/Go/README.mustache +++ b/scripts/openapi-templates/Go/README.mustache @@ -41,8 +41,8 @@ import ( func main() { cfg := slurmrest.NewConfiguration() cfg.HTTPClient = &http.Client{Timeout: time.Second * 3600} - cfg.Scheme = "http" - cfg.Host = "localhost" + cfg.Scheme = "http" + cfg.Host = "localhost" client := slurmrest.NewAPIClient(cfg)