From e684fafb68ab7e07f81b571c7a2120804ebbfea6 Mon Sep 17 00:00:00 2001 From: Anatoly Yakovenko Date: Wed, 30 Jan 2019 10:04:22 -0800 Subject: [PATCH] fmt --- book/src/fork-selection.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/book/src/fork-selection.md b/book/src/fork-selection.md index 56d791f5ea..d68b951aa5 100644 --- a/book/src/fork-selection.md +++ b/book/src/fork-selection.md @@ -1,5 +1,7 @@ -# Fork Selection This article describes Solana's *Fork Selection* algorithm -based on lockouts. It attempts to solve the following problems: +# Fork Selection + +This article describes Solana's *Fork Selection* algorithm based on lockouts. It +attempts to solve the following problems: * Some forks may not end up accepted by the super-majority of the cluster, and voters need to recover from voting on such forks.