Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 13, 2024
1 parent cb6ccf8 commit 919c97a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cron/poll_house_video.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@
}

/*
* Log this to SQS.
*/
* Log this to SQS.
*/
$sqs_client->sendMessage([
'MessageGroupId' => '1',
'MessageDeduplicationId' => mt_rand(),
Expand All @@ -319,8 +319,8 @@
}

/*
* Start up the video-processing EC2 instance.
*/
* Start up the video-processing EC2 instance.
*/
$ec2_client = new Aws\Ec2\Ec2Client([
'region' => 'us-east-1',
'version' => '2016-11-15',
Expand All @@ -340,8 +340,8 @@
$log->put('Starting video processor.', 5);

/*
* Write all item GUIDs back to the cache file.
*/
* Write all item GUIDs back to the cache file.
*/
if (file_put_contents($cached_guids, serialize($guids)) === FALSE)
{
$log->put('Could not cache video GUIDs.', 4);
Expand Down

0 comments on commit 919c97a

Please sign in to comment.