From 1bb44923ee131a52cab1c4183b67fd5c79496a39 Mon Sep 17 00:00:00 2001 From: Jack Hodgkinson <30505104+jhodgdev@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:36:16 +0000 Subject: [PATCH] removed unnecessary newline from governor --- docs/tech-design/governor.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/tech-design/governor.md b/docs/tech-design/governor.md index 914db13..d5675d8 100644 --- a/docs/tech-design/governor.md +++ b/docs/tech-design/governor.md @@ -4,7 +4,7 @@ |:-----------:|:--------------:|:-------------:| | WIP | WIP | v0.1 2022-02-03 | -*** +--- **Specification ownership:** [Jack Hodgkinson] @@ -20,8 +20,6 @@ First draft. Subject to review by @emiflake. ---- - -The governor is a simpler component than others in the system but -still provides an invaluable role. Firstly, it acts as a repository for all the governance parameters e.g. the duration of proposal phases or GT thresholds. Secondly, and perhaps most importantly, it verifies whether proposals have passed legally and, if they have, grants their [effects](effects.md) powerful [governance authority tokens](authority-tokens.md). +--- +The governor is a simpler component than others in the system but still provides an invaluable role. Firstly, it acts as a repository for all the governance parameters e.g. the duration of proposal phases or GT thresholds. Secondly, and perhaps most importantly, it verifies whether proposals have passed legally and, if they have, grants their [effects](effects.md) powerful [governance authority tokens](authority-tokens.md).