aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Graphs.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/vcpkg_Graphs.h')
-rw-r--r--toolsrc/include/vcpkg_Graphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Graphs.h b/toolsrc/include/vcpkg_Graphs.h
index 9444ac45b..933d9ac67 100644
--- a/toolsrc/include/vcpkg_Graphs.h
+++ b/toolsrc/include/vcpkg_Graphs.h
@@ -3,7 +3,7 @@
#include <unordered_map>
#include <unordered_set>
-namespace vcpkg { namespace Graphs
+namespace vcpkg::Graphs
{
enum class ExplorationStatus
{
@@ -117,4 +117,4 @@ namespace vcpkg { namespace Graphs
private:
std::unordered_map<V, std::unordered_set<V>> vertices;
};
-}}
+}