Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbirks committed Oct 24, 2024
1 parent f1083da commit 39444b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LiteCore/Storage/KeyStore.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39444b2

Please sign in to comment.