From bea2e40397aea1c315bee819bca450da5fce2b23 Mon Sep 17 00:00:00 2001 From: Alfred Gedeon Date: Thu, 30 Nov 2023 11:29:44 -0800 Subject: [PATCH] clang format --- servicetests/tests/JobsExecution/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servicetests/tests/JobsExecution/main.cpp b/servicetests/tests/JobsExecution/main.cpp index 961cc5022..a4875381d 100644 --- a/servicetests/tests/JobsExecution/main.cpp +++ b/servicetests/tests/JobsExecution/main.cpp @@ -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); } }