Skip to content

Commit

Permalink
Remove double return
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 31, 2025
1 parent 2566485 commit 587d845
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/root_io/read_interface_rntuple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
int main(int, char**) {
auto reader = podio::makeReader("example_from_rntuple_interface.root");
return read_frames(reader) + test_read_frame_limited(reader);

return 0;
}

0 comments on commit 587d845

Please sign in to comment.