Skip to content

Commit 5438632

Browse files
author
Guido Trotter
committed
Fix indentation
Signed-off-by: Guido Trotter <[email protected]>
1 parent 104c0a3 commit 5438632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/high_availability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ An Alertmanager cluster consists of multiple Alertmanager instances that communi
3636
│ │ │
3737
▼ ▼ ▼
3838
┌────────────────────────────────────────────┐
39-
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
40-
│ │ AM-1 │ │ AM-2 │ │ AM-3 │ │
41-
│ │ (pos: 0) ├──┤ (pos: 1) ├──┤ (pos: 2) │ │
42-
│ └──────────┘ └──────────┘ └──────────┘ │
39+
│ ┌──────────┐ ┌──────────┐ ┌──────────┐
40+
│ │ AM-1 │ │ AM-2 │ │ AM-3 │
41+
│ │ (pos: 0) ├──┤ (pos: 1) ├──┤ (pos: 2) │
42+
│ └──────────┘ └──────────┘ └──────────┘
4343
│ Gossip Protocol (Memberlist) │
4444
└────────────────────────────────────────────┘
4545
│ │ │

0 commit comments

Comments
 (0)