Remove extra ";"
This commit is contained in:
parent
dd798f5dfd
commit
658eaf7190
|
|
@ -39,7 +39,7 @@ namespace etcd
|
|||
|
||||
return resp;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Response();
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ namespace etcdv3
|
|||
extern char const * COMPARESWAP_ACTION;
|
||||
extern char const * COMPAREDELETE_ACTION;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue