From 39444b2c0f4e306ddf259a736b7d67724fa08aa5 Mon Sep 17 00:00:00 2001 From: Callum Birks Date: Thu, 24 Oct 2024 14:23:33 +0100 Subject: [PATCH] Formatting. --- LiteCore/Storage/KeyStore.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiteCore/Storage/KeyStore.hh b/LiteCore/Storage/KeyStore.hh index 6e4b0bb6f..5d21f96f3 100644 --- a/LiteCore/Storage/KeyStore.hh +++ b/LiteCore/Storage/KeyStore.hh @@ -208,7 +208,7 @@ namespace litecore { // public for complicated reasons; clients should never call it virtual ~KeyStore() = default; - KeyStore(const KeyStore&) = delete; // not copyable + KeyStore(const KeyStore&) = delete; // not copyable KeyStore& operator=(const KeyStore&) = delete; protected: