aboutsummaryrefslogtreecommitdiff
path: root/src/privet/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/privet/constants.h')
-rw-r--r--src/privet/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/privet/constants.h b/src/privet/constants.h
index 67f993d..c4f3c49 100644
--- a/src/privet/constants.h
+++ b/src/privet/constants.h
@@ -7,7 +7,6 @@
namespace weave {
namespace privet {
-
namespace errors {
extern const char kInvalidClientCommitment[];
@@ -31,6 +30,7 @@ extern const char kInvalidPassphrase[];
extern const char kNotFound[];
extern const char kNotImplemented[];
extern const char kAlreadyClaimed[];
+
} // namespace errors
} // namespace privet
} // namespace weave