From 1740d7e61283abbf5b971781aeda7573a1702ce5 Mon Sep 17 00:00:00 2001 From: Harunobu Ishii Date: Fri, 13 Sep 2024 11:50:34 -0400 Subject: [PATCH] missing double colon --- src/tests/c_api/test_join_sail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/c_api/test_join_sail.cpp b/src/tests/c_api/test_join_sail.cpp index 3a11e92..95a3426 100644 --- a/src/tests/c_api/test_join_sail.cpp +++ b/src/tests/c_api/test_join_sail.cpp @@ -47,7 +47,7 @@ void upload_to_s3(int rank, json output_json, const std::string& filename){ std::ofstream json_file(filename); if(!json_file.is_open()){ std::cerr << "Error openiing file: " << filename << std::endl; - return + return; } // Copy the content to output json file