From 4da3bcef0bdc7950711f7d3977d6e09b8f3d90df Mon Sep 17 00:00:00 2001 From: Chris Hoare Date: Wed, 8 Jan 2025 09:29:29 +0000 Subject: [PATCH] Fix markdown consecutive blank lines --- docs/articles/persistence/snapshots.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/articles/persistence/snapshots.md b/docs/articles/persistence/snapshots.md index 3771a06a64d..e0aae700ec7 100644 --- a/docs/articles/persistence/snapshots.md +++ b/docs/articles/persistence/snapshots.md @@ -62,8 +62,6 @@ Enable this feature by setting `snapshot-is-optional = true` in the snapshot sto > [!WARNING] >Don't set `snapshot-is-optional = true` if events have been deleted because that would result in wrong recovered state if snapshot load fails. - - ## Snapshot Status Handling Saving or deleting snapshots can either succeed or fail – this information is reported back to the persistent actor via status messages as illustrated in the following table.