lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master fe481a9 2/7: Remove superfluous semicolon


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fe481a9 2/7: Remove superfluous semicolon
Date: Sun, 7 Jun 2020 18:03:28 -0400 (EDT)

branch: master
commit fe481a973a675669e2e221a9c0a061c7519c44b4
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove superfluous semicolon
---
 test_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_main.cpp b/test_main.cpp
index b692aa2..9a27648 100644
--- a/test_main.cpp
+++ b/test_main.cpp
@@ -82,7 +82,7 @@ namespace lmi_test
     class test_tools_exception : public std::runtime_error
     {
       public:
-        test_tools_exception() : std::runtime_error("fatal test error") {};
+        test_tools_exception() : std::runtime_error("fatal test error") {}
     };
   } // namespace test
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]