Skip to content

Commit af11b06

Browse files
committed
Fix indentation.
1 parent 524716d commit af11b06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Deployer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public static function cloudfront_client() : \Aws\CloudFront\CloudFrontClient {
174174
}
175175

176176
public static function create_invalidation( string $distribution_id, array $items,
177-
int $quantity ) : string {
177+
int $quantity ) : string {
178178
$client = self::cloudfront_client();
179179

180180
return $client->createInvalidation(

0 commit comments

Comments
 (0)