Skip to content

Commit

Permalink
Merge pull request #5 from alibuild/alibot-cleanup-13498
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#13498
  • Loading branch information
mytkom authored Oct 15, 2024
2 parents 3ed7509 + 8651255 commit 6e55f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/include/Framework/ASoA.h
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ ColumnGetterFunction<R, T> createGetterPtr(const std::string_view& columnLabel)
{
const size_t n = columnLabel.size();

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

Expand Down

0 comments on commit 6e55f8d

Please sign in to comment.