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

Remove misplaced semicolon

(cherry picked from commit f035764a)
parent 93725c2d
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 */