Skip to content

Commit

Permalink
fixup: clang-format round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Dec 1, 2019
1 parent 92806be commit ebf6f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QueryEngine/JoinHashTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ std::shared_ptr<JoinHashTable> JoinHashTable::getSyntheticInstance(
preferred_hash_type,
device_count,
column_cache,
executor, dummy);
executor,
dummy);

return hash_table;
}
Expand Down

0 comments on commit ebf6f7d

Please sign in to comment.