summaryrefslogtreecommitdiffstats
path: root/base/sha2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/sha2.cc')
-rw-r--r--base/sha2.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/sha2.cc b/base/sha2.cc
index 3fe44bd..b6d6d56 100644
--- a/base/sha2.cc
+++ b/base/sha2.cc
@@ -20,4 +20,3 @@ void SHA256HashString(const std::string& str, void* output, size_t len) {
}
} // namespace base
-