Skip to content

Commit 8651255

Browse files
committed
Please consider the following formatting changes
1 parent 3ed7509 commit 8651255

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ ColumnGetterFunction<R, T> createGetterPtr(const std::string_view& columnLabel)
20302030
{
20312031
const size_t n = columnLabel.size();
20322032

2033-
if (n == 0 || (n != strlen(C::columnLabel()) && n-1 != strlen(C::columnLabel()))) {
2033+
if (n == 0 || (n != strlen(C::columnLabel()) && n - 1 != strlen(C::columnLabel()))) {
20342034
return nullptr;
20352035
}
20362036

0 commit comments

Comments
 (0)