Skip to content

Commit

Permalink
End-of-file formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdbaranec committed Jul 14, 2023
1 parent 23881e1 commit 883065d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/src/murmur_hash.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ murmur_hash_value_type __device__ inline MurmurHash3_32<numeric::decimal128>::op
return compute_bytes(bytes, length);
}

} // namespace spark_rapids_jni
} // namespace spark_rapids_jni
2 changes: 1 addition & 1 deletion src/main/cpp/src/utilities.cu
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ std::unique_ptr<rmm::device_buffer> bitmask_bitwise_or(
return out;
}

} // namespace spark_rapids_jni
} // namespace spark_rapids_jni
2 changes: 1 addition & 1 deletion src/main/cpp/tests/bloom_filter.cu
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ TEST_F(BloomFilterTest, ProbeMerged)
probe, bloom_filter_merged, bloom_filter_bits, num_hashes, stream);

CUDF_TEST_EXPECT_COLUMNS_EQUAL(expected, *result);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ void testBuildExpectedFailures(){
BloomFilter merged = BloomFilter.merge(new BloomFilter[]{bloomFilterA, bloomFilterB, bloomFilterC})){}
});
}
}
}

0 comments on commit 883065d

Please sign in to comment.