Commit f035764a authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Remove misplaced semicolon

parent 0c424937
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ namespace allpix {

        // Otherwise: The line does not intersect the box.
        throw std::invalid_argument("no intersection with volume boundaries found");
    };
    }
} // namespace allpix

#endif /* ALLPIX_LIANG_BARSKY_H */