Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit ab93982

Browse files
committed
Fix style-check header file
1 parent 5005bce commit ab93982

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

omniscidb/Tests/GpuSharedMemoryTestIntel.h

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,14 @@ class GpuReductionTester : public GpuSharedMemCodeBuilder {
6868
l0::L0Manager* l0_mgr,
6969
const compiler::CodegenTraits& traits,
7070
Executor* executor)
71-
: GpuSharedMemCodeBuilder(
72-
module,
73-
context,
74-
qmd,
75-
targets,
76-
init_agg_values,
77-
config,
78-
traits,
79-
executor)
71+
: GpuSharedMemCodeBuilder(module,
72+
context,
73+
qmd,
74+
targets,
75+
init_agg_values,
76+
config,
77+
traits,
78+
executor)
8079
, l0_mgr_(l0_mgr)
8180
, executor_(executor) {
8281
// CHECK(getReductionFunction());

0 commit comments

Comments
 (0)