Skip to content

Commit 6e55f8d

Browse files
authored
Merge pull request #5 from alibuild/alibot-cleanup-13498
Please consider the following formatting changes to #13498
2 parents 3ed7509 + 8651255 commit 6e55f8d

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)