From 437dbab140cb1618cc9ba1d13087cedfd2621c15 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Fri, 1 Dec 2017 07:34:52 -0500 Subject: [PATCH] Fix style --- include/CLI/Version.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/CLI/Version.hpp b/include/CLI/Version.hpp index 5b658ae5..6c555248 100644 --- a/include/CLI/Version.hpp +++ b/include/CLI/Version.hpp @@ -3,7 +3,6 @@ // Distributed under the 3-Clause BSD License. See accompanying // file LICENSE or https://github.com/CLIUtils/CLI11 for details. - namespace CLI { // Note that all code in CLI11 must be in a namespace, even if it just a define. @@ -13,5 +12,4 @@ namespace CLI { #define CLI11_VERSION_PATCH 0 #define CLI11_VERSION "1.3.0" - } // namespace CLI