Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 29, 2023
1 parent 29d0c81 commit 3017a50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions servicetests/tests/JobsExecution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,7 @@ void getAvailableJobs(Aws::Crt::String thingName, IotJobsClient &jobsClient)

GetPendingJobExecutionsRequest publishRequest;
publishRequest.ThingName = thingName;
jobsClient.PublishGetPendingJobExecutions(
publishRequest, AWS_MQTT_QOS_AT_LEAST_ONCE, publishHandler);
jobsClient.PublishGetPendingJobExecutions(publishRequest, AWS_MQTT_QOS_AT_LEAST_ONCE, publishHandler);
publishDescribeJobExeCompletedPromise.get_future().wait();

getResponse.get_future().wait();
Expand Down

0 comments on commit 3017a50

Please sign in to comment.