Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: patst <patrick.steinig@googlemail.com>
  • Loading branch information
patst committed Feb 7, 2023
1 parent 822a0de commit ffaffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/azure_pipelines_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func parseAzurePipelinesMetadata(ctx context.Context, config *ScalerConfig, http
return nil, err
}
meta.requireAllDemands = requireAllDemands
}
}

if val, ok := config.TriggerMetadata["poolName"]; ok && val != "" {
var err error
Expand Down

0 comments on commit ffaffc8

Please sign in to comment.