Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aebruno committed Jun 21, 2021
1 parent fce19ff commit a57e39c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions scripts/openapi-templates/Go/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a57e39c

Please sign in to comment.