Skip to content

Commit

Permalink
feat(scaler): Remove unnecessary leading newline
Browse files Browse the repository at this point in the history
Issue: kedacore#6448

Signed-off-by: Chirag Bhatia <[email protected]>
  • Loading branch information
chiragbhatia8 committed Jan 13, 2025
1 parent 4a7322a commit 4bbc51a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scalers/artemis_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (a *artemisMetadata) Validate() error {

// NewArtemisQueueScaler creates a new artemis queue Scaler
func NewArtemisQueueScaler(config *scalersconfig.ScalerConfig) (Scaler, error) {

metricType, err := GetMetricTargetType(config)
if err != nil {
return nil, fmt.Errorf("error getting scaler metric type: %w", err)
Expand Down

0 comments on commit 4bbc51a

Please sign in to comment.