Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Jan 1, 2025
1 parent ed4e773 commit e4abc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Spectra/LinAlg/UpperHessenbergQR.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class UpperHessenbergQR
///
/// Virtual destructor.
///
virtual ~UpperHessenbergQR() {};
virtual ~UpperHessenbergQR() {}

///
/// Compute the QR decomposition of an upper Hessenberg matrix with
Expand Down

0 comments on commit e4abc07

Please sign in to comment.