Skip to content

Commit

Permalink
remove extra ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Jan 22, 2024
1 parent 7cd4773 commit 66b42f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Python/src/Svg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ actsvg::svg::object viewDetectorVolume(const Svg::ProtoVolume& pVolume,
}
}
return svgDet;
};
}

// Helper function to be picked in different access patterns
void viewDetector(
Expand Down Expand Up @@ -125,7 +125,7 @@ void viewDetector(
auto [view, range] = var;
Svg::toFile({svgDetViews[iv]}, saveAs + "_" + view + ".svg");
}
};
}

} // namespace

Expand Down

0 comments on commit 66b42f4

Please sign in to comment.