aboutsummaryrefslogtreecommitdiff
path: root/util/crypto/random_bytes_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/crypto/random_bytes_unittest.cc')
-rw-r--r--util/crypto/random_bytes_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/crypto/random_bytes_unittest.cc b/util/crypto/random_bytes_unittest.cc
index b42e3f08..8129d604 100644
--- a/util/crypto/random_bytes_unittest.cc
+++ b/util/crypto/random_bytes_unittest.cc
@@ -10,7 +10,6 @@
#include "gtest/gtest.h"
namespace openscreen {
-namespace crypto {
namespace {
struct NonZero {
@@ -48,5 +47,4 @@ TEST(RandomBytesTest, KeysAreNotIdentical) {
std::end(keys));
}
-} // namespace crypto
} // namespace openscreen