Skip to content

Commit 326944a

Browse files
authored
fix(cockpit): respect newline (scaleway#2804)
1 parent d668a31 commit 326944a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cockpit/v1/cockpit_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ func (s *RegionalAPI) DisableAlertManager(req *RegionalAPIDisableAlertManagerReq
23642364
return &resp, nil
23652365
}
23662366

2367-
// GetRulesCount: Get the number of enabled rules Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
2367+
// GetRulesCount: Get a detailed count of enabled rules in the specified Project. Includes preconfigured and custom alerting and recording rules.
23682368
func (s *RegionalAPI) GetRulesCount(req *RegionalAPIGetRulesCountRequest, opts ...scw.RequestOption) (*GetRulesCountResponse, error) {
23692369
var err error
23702370

0 commit comments

Comments
 (0)