Skip to content

Commit

Permalink
fix: format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgandharva committed Jan 13, 2025
1 parent 75cadb7 commit 553783b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/powermax_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (s *PowerMaxSystem) volumeCreateHandler(next http.Handler, enf *quota.Redis
volID := payload.Editstoragegroupactionparam.Expandstoragegroupparam.Addvolumeparam.Volumeattributes[0].Volumeidentifier.IdentifierName

// Determine which pool this SG exists within, as it will form the quota key.
client, err := pmax.NewClientWithArgs(s.Endpoint, appName, true, false,"")
client, err := pmax.NewClientWithArgs(s.Endpoint, appName, true, false, "")
if err != nil {
writeError(w, "powermax", "failed to build powermax client", http.StatusInternalServerError, s.log)
return
Expand Down

0 comments on commit 553783b

Please sign in to comment.