Skip to content

Commit

Permalink
Fix clang-format on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 14, 2024
1 parent 50aa31b commit a40bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_page.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ void View::DrawLedgerLines(DeviceContext *dc, Staff *staff, const ArrayOfLedgerL
auto concatenateIDs = [](const ListOfConstObjects &objects) {
// Get a list of strings
std::vector<std::string> ids;
for (const auto& object : objects) {
for (const auto &object : objects) {
ids.push_back("#" + object->GetID() + " ");
}
// Concatenate IDs
Expand Down

0 comments on commit a40bbdf

Please sign in to comment.