Skip to content

Commit

Permalink
cmake_example.cpp: clang formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Mar 7, 2024
1 parent 5a38473 commit b7b17ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/build_cmake_installed/cmake_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ int main(int argc, char* argv[]) {
count_time = timer.seconds();
printf("Sequential: %ld %10.6f\n", seq_count, count_time);


Kokkos::finalize();

return (count == seq_count) ? 0 : -1;
Expand Down

0 comments on commit b7b17ea

Please sign in to comment.