From 658eaf719036d2d3b5802a92491d177ce9ebc80b Mon Sep 17 00:00:00 2001 From: arches Date: Mon, 11 Jul 2016 09:07:02 -0400 Subject: [PATCH] Remove extra ";" --- etcd/Response.hpp | 2 +- v3/include/action_constants.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etcd/Response.hpp b/etcd/Response.hpp index 7b91d22..0faf1c7 100644 --- a/etcd/Response.hpp +++ b/etcd/Response.hpp @@ -39,7 +39,7 @@ namespace etcd return resp; }); - }; + } Response(); diff --git a/v3/include/action_constants.hpp b/v3/include/action_constants.hpp index 00a6769..ea7c347 100644 --- a/v3/include/action_constants.hpp +++ b/v3/include/action_constants.hpp @@ -11,6 +11,6 @@ namespace etcdv3 extern char const * COMPARESWAP_ACTION; extern char const * COMPAREDELETE_ACTION; -}; +} #endif