From 4e0333ac91ba0ce364ed61ecfcc46a574131fcfb Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 25 Mar 2020 13:16:02 +0100 Subject: [PATCH] Remove superfluous semicolon --- include/xlnt/utils/numeric.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xlnt/utils/numeric.hpp b/include/xlnt/utils/numeric.hpp index cbf03094..6022484e 100644 --- a/include/xlnt/utils/numeric.hpp +++ b/include/xlnt/utils/numeric.hpp @@ -41,7 +41,7 @@ template constexpr Number abs(Number val) { return (val < Number{0}) ? -val : val; -}; +} /// /// constexpr max