Skip to content

Commit e6628f3

Browse files
alibuildaalkin
authored andcommitted
Please consider the following formatting changes
1 parent e44bdb8 commit e6628f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ template <typename T>
120120
concept is_producable = soa::has_metadata<aod::MetadataTrait<T>> || soa::has_metadata<aod::MetadataTrait<typename T::parent_t>>;
121121

122122
template <typename T>
123-
concept is_enumerated_iterator = requires (T t) { t.globalIndex(); };
123+
concept is_enumerated_iterator = requires(T t) { t.globalIndex(); };
124124

125125
template <is_producable T>
126126
struct WritingCursor {

0 commit comments

Comments
 (0)