Skip to content

Commit

Permalink
missing double colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Snafkin547 committed Sep 13, 2024
1 parent 05bfbed commit 1740d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/c_api/test_join_sail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1740d7e

Please sign in to comment.