Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred2g committed Nov 30, 2023
1 parent 5e01ebb commit bea2e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servicetests/tests/JobsExecution/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,6 @@ void getAvailableJobs(Aws::Crt::String thingName, IotJobsClient &jobsClient)
if (getResponse.get_future().wait_for(std::chrono::seconds(10)) == std::future_status::timeout)
{
fprintf(stderr, "get available jobs error timedout\n");
exit (-1);
exit(-1);
}
}

0 comments on commit bea2e40

Please sign in to comment.