Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Aug 18, 2021
1 parent 19b8913 commit 881144b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/scalers/cron_scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ var validCronMetadata = map[string]string{
// A complete valid metadata example which is enabled every even hours
var validCronMetadata2 = map[string]string{
"timezone": "Etc/UTC",
"start": "0 */2 * * *", //Every 2 hours (even)
"end": "0 1-23/2 * * *", //Every 2 hours starting at 1 (odd)
"start": "0 */2 * * *", // Every 2 hours (even)
"end": "0 1-23/2 * * *", // Every 2 hours starting at 1 (odd)
"desiredReplicas": "10",
}

Expand Down

0 comments on commit 881144b

Please sign in to comment.