Remove extra ";"

This commit is contained in:
arches 2016-07-11 09:07:02 -04:00
parent dd798f5dfd
commit 658eaf7190
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ namespace etcd
return resp; return resp;
}); });
}; }
Response(); Response();

View File

@ -11,6 +11,6 @@ namespace etcdv3
extern char const * COMPARESWAP_ACTION; extern char const * COMPARESWAP_ACTION;
extern char const * COMPAREDELETE_ACTION; extern char const * COMPAREDELETE_ACTION;
}; }
#endif #endif