Skip to content

Commit

Permalink
chore: run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Oct 16, 2024
1 parent 100a289 commit 0abcb2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ var Plugin = plugins.Plugin{
}

var (
cache *Cache
baseURL *url.URL
cache *Cache
baseURL *url.URL
bootScriptBaseURL *url.URL
)

Expand Down
6 changes: 3 additions & 3 deletions smd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type SmdClient struct {
}

type RedfishEndpoint struct {
IPAddr string `json:IPAddr`
IPAddr string `json:IPAddr`
MACAddr string `json:"MACAddr"`
}

Expand Down Expand Up @@ -74,8 +74,8 @@ func (sc *SmdClient) UseCACert(path string) error {
RootCAs: certPool,
InsecureSkipVerify: false,
},
DisableKeepAlives: true,
TLSHandshakeTimeout: defaultTlsHandshakeTimeout,
DisableKeepAlives: true,
TLSHandshakeTimeout: defaultTlsHandshakeTimeout,
ResponseHeaderTimeout: defaultResponseHeaderTimeout,
}

Expand Down

0 comments on commit 0abcb2a

Please sign in to comment.