Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Koch <[email protected]>
  • Loading branch information
ginkgo-bot and MarcelKoch committed Jun 20, 2022
1 parent ef6161a commit 34fca79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/distributed/vector_kernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class Vector : public ::testing::Test {
using global_entry = gko::matrix_data_entry<value_type, global_index_type>;
using mtx = gko::matrix::Dense<value_type>;

Vector() : ref(gko::ReferenceExecutor::create()), engine(42) {
Vector() : ref(gko::ReferenceExecutor::create()), engine(42)
{
init_executor(ref, exec);
}

Expand Down

0 comments on commit 34fca79

Please sign in to comment.