Skip to content

Commit 8848aeb

Browse files
committed
fixup! refactor inputsFromArgs; update concepts
1 parent 8392677 commit 8848aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct AnalysisDataProcessorBuilder {
176176
}
177177

178178
/// helper to append the inputs and expression information for normalized arguments
179-
template <soa::is_table ... As>
179+
template <soa::is_table... As>
180180
static void addInputsAndExpressions(uint32_t hash, const char* name, bool value, std::vector<InputSpec>& inputs, std::vector<ExpressionInfo>& eInfos)
181181
{
182182
int ai = -1;

0 commit comments

Comments
 (0)