Skip to content

Commit 805de9e

Browse files
committed
Minor formatting change
1 parent f3d9937 commit 805de9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kms/src/create_key_rotation_schedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function create_key_rotation_schedule_sample(
4646

4747
// Rotate the key every 30 days.
4848
->setRotationPeriod((new Duration())
49-
->setSeconds(60*60 *24*30)
49+
->setSeconds(60*60*24*30)
5050
)
5151

5252
// Start the first rotation in 24 hours.

kms/src/update_key_add_rotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function update_key_add_rotation_sample(
4242

4343
// Rotate the key every 30 days.
4444
->setRotationPeriod((new Duration())
45-
->setSeconds(60*60 *24*30)
45+
->setSeconds(60*60*24*30)
4646
)
4747

4848
// Start the first rotation in 24 hours.

0 commit comments

Comments
 (0)