Skip to content

Commit

Permalink
fix picky compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Apr 18, 2024
1 parent e80d4b5 commit dca0659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/class_tests/openms/source/MSSpectrum_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ START_SECTION(bool containsIMData() const)
}
END_SECTION

START_SECTION(std::pair<Size, DriftTimeUnit> getIMData() const)
START_SECTION((std::pair<Size,DriftTimeUnit> getIMData() const))
{
auto ds = getPrefilledSpec();
auto [im_data_index, unit] = ds.getIMData();
Expand Down

0 comments on commit dca0659

Please sign in to comment.